Skip to content

Commit d3187c1

Browse files
Release v0.2.9
1 parent 14217ee commit d3187c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/ignition/io.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variable "wireguard_exposed_subnets" {
4343
variable "wiresteward_version" {
4444
type = string
4545
description = "The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)"
46-
default = "latest" # MAKE_RELEASE_MARKER
46+
default = "v0.2.9" # MAKE_RELEASE_MARKER
4747
}
4848

4949
variable "traefik_image" {

0 commit comments

Comments
 (0)