diff --git a/terraform/ignition/io.tf b/terraform/ignition/io.tf index 0028958..a75146e 100644 --- a/terraform/ignition/io.tf +++ b/terraform/ignition/io.tf @@ -43,7 +43,7 @@ variable "wireguard_exposed_subnets" { variable "wiresteward_version" { type = string description = "The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)" - default = "v0.2.7" # MAKE_RELEASE_MARKER + default = "latest" # MAKE_RELEASE_MARKER } variable "traefik_image" {