Update gateway_setting.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 23s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 23s
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user