Update variables.auto.tfvars
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s

This commit is contained in:
2025-11-14 18:35:51 +01:00
parent e6e782c094
commit b72482bb4c

View File

@@ -60,4 +60,16 @@ applications = {
no_tls_verify = false
access_enabled = false
}
}
}
# =============================================================================
# Tags
# =============================================================================
#
cloudflare_access_tags = [
"engineers",
"developers",
"qa",
"devops"
]