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

@@ -61,3 +61,15 @@ applications = {
access_enabled = false access_enabled = false
} }
} }
# =============================================================================
# Tags
# =============================================================================
#
cloudflare_access_tags = [
"engineers",
"developers",
"qa",
"devops"
]