We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd9837 commit 677b457Copy full SHA for 677b457
1 file changed
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