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 14217ee commit d3187c1Copy full SHA for d3187c1
terraform/ignition/io.tf
@@ -43,7 +43,7 @@ variable "wireguard_exposed_subnets" {
43
variable "wiresteward_version" {
44
type = string
45
description = "The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)"
46
- default = "latest" # MAKE_RELEASE_MARKER
+ default = "v0.2.9" # MAKE_RELEASE_MARKER
47
}
48
49
variable "traefik_image" {
0 commit comments