Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ variable "name" {

variable "consul_version" {
description = "Consul version used for the environment"
default = "1.20.1"
default = "1.20.1" # renovate: datasource=github-releases depName=hashicorp/consul extractVersion=v(?<version>.+)
}

variable "nomad_version" {
description = "Nomad version used for the environment"
default = "1.9.3"
default = "1.9.3" # renovate: datasource=github-releases depName=hashicorp/nomad
Comment thread
lukasmetzner marked this conversation as resolved.
Outdated
}

variable "worker_count" {
Expand Down