2024-10-02 15:00:47 -07:00

3.6 KiB

Azure CDN Frontdoor

This template deploys an Azure CDN Frontdoor with a Frontdoor managed TLS/SSL certificate 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
cdn_frontdoor_profile_name Name of the CDN Frontdoor profile resource. ""
dns_zone_name Name of the DNS zone resource. ""
cdn_frontdoor_firewall_policy_name Name of the CDN Frontdoor firewall policy resource. ""
cdn_frontdoor_security_policy_name Name of the CDN Frontdoor security policy resource. ""
cdn_frontdoor_endpoint_name Name of the CDN Frontdoor endpoint resource. ""
cdn_frontdoor_origin_group_name Name of the CDN Frontdoor origin group resource. ""
cdn_frontdoor_origin_name Name of the CDN Frontdoor origin resource. ""
cdn_frontdoor_rule_set_name Name of the CDN Frontdoor rule set resource. ""
cdn_frontdoor_rule_name Name of the CDN Frontdoor rule resource. ""
cdn_frontdoor_route_name Name of the CDN Frontdoor route resource. ""
cdn_frontdoor_custom_domain_name Name of the CDN Frontdoor custom domain resource. ""

Example