Private
Public Access
2
0
Files
bgwaf/example/tofu/infra.auto.tfvars
S. Namèche 5199567bda
Some checks failed
Publish collection to Galaxy / publish (push) Failing after 42s
add crowdsec role, move config logs site -> global, remove caddy_ca_root, modularized Caddy build and config
2026-03-16 21:52:36 +03:00

22 lines
223 B
HCL

vms = {
# proxy1 = {
# disk = "20g"
# },
waf1 = {
cpus = 4
},
waf2 = {
cpus = 4
},
waf3 = {
cpus = 4
},
bdd1 = {},
nfs1 = {},
www1 = {},
www2 = {},
www3 = {},
www4 = {},
www5 = {},
}