We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a7626 commit c66cf86Copy full SHA for c66cf86
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.7" # MAKE_RELEASE_MARKER
47
}
48
49
variable "traefik_image" {
0 commit comments