arvancloud_cdn_domain_firewall (Resource)
Domain's Firewall settings.
Example Usage
resource "arvancloud_cdn_domain_firewall" "example" {
domain = "cdn-terraform.ir"
action = "bypass"
action_details = {
bypass = {
challenge = true
waf = true
rlimit = false
}
}
}
Schema
Required
action(String) Firewall default action.action_details(Attributes) (see below for nested schema)domain(String) UUID or the name of the domain.
Optional
verify_sni(Boolean) Firewall Verify SNI