arvancloud_cdn_domain_rate_limit (Resource)
Domain's Rate Limit Settings.
Example Usage
resource "cdn_domain_rate_limit" "example" {
domain = "cdn-terraform.ir"
ddos_detection = false
exclude_sources = ["1.1.1.1/32"]
}
Schema
Required
domain
(String) UUID or the name of the domain.
Optional
ddos_detection
(Boolean) Whether the Rate Limit is active or not.exclude_sources
(List of String)
Read-Only
last_updated
(String) The timestamp of the last update to the domain.
Import
Import is supported using the following syntax:
terraform import arvancloud_cdn_domain_rate_limit.example cdn-terraform.ir