terraform-azure/quickstart/101-front-door-cmk-byoc-custom-domain
2024-09-25 15:14:07 -07:00
..
2024-09-25 15:14:07 -07:00
2024-09-25 15:14:07 -07:00
2024-09-25 15:14:07 -07:00
2024-09-25 15:14:07 -07:00
2024-09-25 15:14:07 -07:00

Azure CDN Frontdoor

This template deploys an Azure CDN Frontdoor with a CMK/BYOC TLS/SSL Custom Domain.

Terraform resource types

Variables

Name Description Default value
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
key_vault_name The name of the Key Vault resource. The value will be randomly generated if blank. ""
key_vault_certificate_name The name of the Key Vault certificate resource. The value will be randomly generated if blank. ""
dns_zone_name The name of the DNS Zone resource. The value will be randomly generated if blank. ""
cdn_frontdoor_profile_name The name of the CDN Frontdoor profile resource. The value will be randomly generated if blank. ""
cdn_frontdoor_firewall_policy_name The name of the CDN Frontdoor firewall policy resource. The value will be randomly generated if blank. ""
cdn_frontdoor_endpoint_name The name of the CDN Frontdoor endpoint resource. The value will be randomly generated if blank. ""
cdn_frontdoor_origin_group_name The name of the CDN Frontdoor origin group resource. The value will be randomly generated if blank. ""
cdn_frontdoor_origin_name The name of the CDN Frontdoor origin resource. The value will be randomly generated if blank. ""
cdn_frontdoor_rule_set_name The name of the CDN Frontdoor rule set resource. The value will be randomly generated if blank. ""
cdn_frontdoor_rule_name The name of the CDN Frontdoor rule resource. The value will be randomly generated if blank. ""
cdn_frontdoor_secret_name The name of the CDN Frontdoor secret resource. The value will be randomly generated if blank. ""
cdn_frontdoor_security_policy_name The name of the CDN Frontdoor security policy resource. The value will be randomly generated if blank. ""
cdn_frontdoor_route_name The name of the CDN Frontdoor route resource. The value will be randomly generated if blank. ""
cdn_frontdoor_custom_domain_name The name of the CDN Frontdoor custom domain resource. The value will be randomly generated if blank. ""

Example