Update gateway_setting.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 23s

This commit is contained in:
2025-11-17 12:43:48 +01:00
parent 08a11f13e2
commit 532a5d7ebf

View File

@@ -67,10 +67,11 @@ resource "cloudflare_zero_trust_gateway_settings" "example_zero_trust_gateway_se
enabled = true enabled = true
} }
sandbox = { # sandbox = {
enabled = true # enabled = true
fallback_action = "allow" # fallback_action = "allow"
} # }
tls_decrypt = { tls_decrypt = {
enabled = true enabled = true
} }