arvancloud_cdn_domain_ssl (Resource)
Domain's SSL/TLS settings.
Example Usage
resource "cdn_domain_ssl" "example" {
domain = "cdn-terraform.ir"
certificate_mode = "managed"
fingerprint_status = false
hsts_max_age = "4mo"
hsts_preload = false
hsts_status = false
hsts_subdomain = false
https_redirect = false
replace_http = false
ssl_status = false
tls_version = ""
quic_status = false
}
Schema
Required
domain(String) UUID or the name of the domain.