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 87ffc1c commit 3bd9837Copy full SHA for 3bd9837
variables.tf
@@ -6,12 +6,12 @@ variable "name" {
6
7
variable "consul_version" {
8
description = "Consul version used for the environment"
9
- default = "1.20.1"
+ default = "1.20.1" # renovate: datasource=github-releases depName=hashicorp/consul extractVersion=v(?<version>.+)
10
}
11
12
variable "nomad_version" {
13
description = "Nomad version used for the environment"
14
- default = "1.9.3"
+ default = "1.9.3" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
15
16
17
variable "worker_count" {
0 commit comments