-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from AxonIQ/26-condition-check-for-java_version
26 condition check for java version
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
```terraform | ||
module "as_demo" { | ||
source = "[email protected]:AxonIQ/terraform-axonserver-k8s.git?ref=v1.11" | ||
source = "[email protected]:AxonIQ/terraform-axonserver-k8s.git?ref=v1.12" | ||
axonserver_release = "2024.1.1" | ||
java_version = "17" | ||
|
@@ -46,8 +46,8 @@ module "as_demo" { | |
| <a name="input_public_domain"></a> [public\_domain](#input\_public\_domain) | The domain that is added to the hostname when returning hostnames to client applications. | `string` | `""` | yes | | ||
| <a name="input_axonserver_license_path"></a> [axonserver\_license\_path](#input\_axonserver\_license\_path) | The path to the Axon Server license | `string` | `""` | yes | | ||
| <a name="input_axonserver_properties"></a> [axonserver\_properties](#input\_axonserver\_properties) | The path to the Axon Server properties file | `string` | `""` | no | | ||
| <a name="input_console_authentication"></a> [console\_authentication](#input\_console\_authentication) | Console authentication token | `string` | `""` | no | | ||
| <a name="input_java_version"></a> [java\_version](#input\_java\_version) | Java runtime | `number` | `"11"` | no | | ||
| <a name="input_console_authentication"></a> [console\_authentication](#input\_console\_authentication) | Console authentication token | `string` | `""` | no | | ||
| <a name="input_java_version"></a> [java\_version](#input\_java\_version) | Java runtime | `number` | `"17"` | no | | ||
| <a name="input_resources_limits_cpu"></a> [resources\_limits\_cpu](#input\_resources\_limits\_cpu) | spec.container.resources.limits.cpu | `number` | `"1"` | no | | ||
| <a name="input_resources_limits_memory"></a> [resources\_limits\_memory](#input\_resources\_limits\_memory) | spec.container.resources.limits.memory | `string` | `"1Gi"` | no | | ||
| <a name="input_resources_requests_cpu"></a> [resources\_requests\_cpu](#input\_resources\_requests\_cpu) | spec.container.resources.requests.cpu | `number` | `"1"` | no | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters