Skip to content

Commit 5542c37

Browse files
chore(deps): update dependency hashicorp/nomad to v1.10.5 (#50)
1 parent 3bd9837 commit 5542c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "consul_version" {
1111

1212
variable "nomad_version" {
1313
description = "Nomad version used for the environment"
14-
default = "1.9.3" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
14+
default = "1.10.5" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
1515
}
1616

1717
variable "worker_count" {

0 commit comments

Comments
 (0)