File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ variable "wireguard_exposed_subnets" {
4343variable "wiresteward_version" {
4444 type = string
4545 description = " The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)"
46- default = " latest
46+ default = " v0.2.7-RC3 " # MAKE_RELEASE_MARKER
4747}
4848
4949variable "traefik_image" {
5050 type = string
5151 description = " Traefik image for the proxy service to wiresteward"
52- default = " traefik: v2. 8 . 7 "
52+ default = " traefik:v2.11.18 "
5353}
5454
5555variable "s3fs_access_key" {
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 ignition = {
4- source = " community-terraform-providers/ignition"
4+ source = " community-terraform-providers/ignition"
55 }
66 }
77 required_version = " >= 0.13"
You can’t perform that action at this time.
0 commit comments