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 5542c37 commit f542f67Copy full SHA for f542f67
variables.tf
@@ -6,7 +6,7 @@ variable "name" {
6
7
variable "consul_version" {
8
description = "Consul version used for the environment"
9
- default = "1.20.1" # renovate: datasource=github-releases depName=hashicorp/consul extractVersion=v(?<version>.+)
+ default = "1.21.4" # renovate: datasource=github-releases depName=hashicorp/consul extractVersion=v(?<version>.+)
10
}
11
12
variable "nomad_version" {
0 commit comments