Private
Public Access
2
0
Files
bgwaf/example/tofu/infra.auto.tfvars

28 lines
310 B
Plaintext
Raw Permalink Normal View History

2026-01-20 17:40:16 +03:00
vms = {
# proxy1 = {
# disk = "20g"
# },
2026-02-05 09:53:38 +03:00
waf1 = {
cpus = 4
},
waf2 = {
cpus = 4
image = "22.04"
2026-02-05 09:53:38 +03:00
},
waf3 = {
cpus = 4
image = "24.04"
2026-02-05 09:53:38 +03:00
},
2026-02-06 17:33:56 +03:00
bdd1 = {},
2026-01-20 17:40:16 +03:00
nfs1 = {},
www1 = {},
www2 = {},
www3 = {},
www4 = {
image = "22.04"
},
www5 = {
image = "24.04"
},
2026-01-20 17:40:16 +03:00
}