We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd9837 commit 5542c37Copy full SHA for 5542c37
variables.tf
@@ -11,7 +11,7 @@ variable "consul_version" {
11
12
variable "nomad_version" {
13
description = "Nomad version used for the environment"
14
- default = "1.9.3" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
+ default = "1.10.5" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
15
}
16
17
variable "worker_count" {
0 commit comments