Skip to content

Commit

Permalink
Added the new var to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
checco committed Aug 28, 2024
1 parent 0241f2f commit 0eb5403
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@

```terraform
module "as_demo" {
source = "[email protected]:AxonIQ/terraform-axonserver-k8s.git?ref=v1.9"
source = "[email protected]:AxonIQ/terraform-axonserver-k8s.git?ref=v1.10"
axonserver_release = "2024.1.0"
axonserver_release = "2024.1.1"
java_version = "17"
nodes_number = 3
cluster_name = "axonserver"
public_domain = "axoniq.net"
namespace = "axonserver"
assign_pods_to_different_nodes = true
axonserver_license_path = file("${path.module}/axoniq.license")
axonserver_properties = file("${path.module}/axonserver.properties")
Expand Down Expand Up @@ -57,6 +59,7 @@ module "as_demo" {
| <a name="input_data_storage"></a> [data\_storage](#input\_data\_storage) | Data PVC storage | `string` | `"10Gi"` | no |
| <a name="input_plugins_storage"></a> [plugins\_storage](#input\_plugins\_storage) | Plugins PVC storage | `string` | `"1Gi"` | no |
| <a name="input_devmode_enabled"></a> [devmode\_enabled](#input\_devmode\_enabled) | Axon Server devmode | `bool` | `false` | no |
| <a name="input_assign_pods_to_different_nodes"></a> [assign\_pods\_to\_different\_nodes](#input\_assign\_pods\_to\_different\_nodes) | Avoid the co location of the replicas on the same node | `bool` | `false` | no |

## Outputs

Expand Down

0 comments on commit 0eb5403

Please sign in to comment.