Update Traffic_Policies-Traffic_Settings-Traffic_logging.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled
This commit is contained in:
@@ -3,21 +3,21 @@
|
||||
# =============================================================================
|
||||
|
||||
#
|
||||
resource "cloudflare_zero_trust_gateway_logging" "example_zero_trust_gateway_logging" {
|
||||
resource "cloudflare_zero_trust_gateway_logging" "zero_trust_gateway_logging" {
|
||||
account_id = local.cloudflare_account_id
|
||||
redact_pii = true
|
||||
settings_by_rule_type = {
|
||||
dns = {
|
||||
log_all = false
|
||||
log_blocks = true
|
||||
log_all = true
|
||||
log_blocks = false
|
||||
}
|
||||
http = {
|
||||
log_all = false
|
||||
log_blocks = true
|
||||
log_all = true
|
||||
log_blocks = false
|
||||
}
|
||||
l4 = {
|
||||
log_all = false
|
||||
log_blocks = true
|
||||
log_all = true
|
||||
log_blocks = false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user