We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f51c7 commit 9cf9b02Copy full SHA for 9cf9b02
modules/azurerm/Storage-Account-Static-Website-CDN-FrontDoor/variables.tf
@@ -88,11 +88,21 @@ variable "network_rules_bypass" {
88
type = list(string)
89
}
90
91
+variable "cdn_frontdoor_profile_name" {
92
+ description = "Name of the CDN Frontdoor profile"
93
+ type = string
94
+}
95
+
96
variable "cdn_frontdoor_profile_sku_name" {
97
description = "The pricing tier of the CDN Frontdoor profile"
98
type = string
99
100
101
+variable "cdn_frontdoor_endpoint_name" {
102
+ description = "Name of the CDN endpoint"
103
104
105
106
variable "cross_tenant_replication_enabled" {
107
default = false
108
description = "Enable or disable cross tenant replication"
0 commit comments