9 lines
400 B
HCL
9 lines
400 B
HCL
# =============================================================================
|
|
# CLOUDFLARE : Traffic Policies : Traffic Settings : Certificates
|
|
# =============================================================================
|
|
|
|
#
|
|
resource "cloudflare_zero_trust_gateway_certificate" "example_zero_trust_gateway_certificate" {
|
|
account_id = local.cloudflare_account_id
|
|
validity_period_days = 1826
|
|
} |