File tree 2 files changed +3
-3
lines changed
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" {
43
43
variable "wiresteward_version" {
44
44
type = string
45
45
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
47
47
}
48
48
49
49
variable "traefik_image" {
50
50
type = string
51
51
description = " Traefik image for the proxy service to wiresteward"
52
- default = " traefik: v2. 8 . 7 "
52
+ default = " traefik:v2.11.18 "
53
53
}
54
54
55
55
variable "s3fs_access_key" {
Original file line number Diff line number Diff line change 1
1
terraform {
2
2
required_providers {
3
3
ignition = {
4
- source = " community-terraform-providers/ignition"
4
+ source = " community-terraform-providers/ignition"
5
5
}
6
6
}
7
7
required_version = " >= 0.13"
You can’t perform that action at this time.
0 commit comments