Skip to content

Commit 9cf9b02

Browse files
committed
Update configs
1 parent 31f51c7 commit 9cf9b02

File tree

1 file changed

+10
-0
lines changed
  • modules/azurerm/Storage-Account-Static-Website-CDN-FrontDoor

1 file changed

+10
-0
lines changed

modules/azurerm/Storage-Account-Static-Website-CDN-FrontDoor/variables.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,21 @@ variable "network_rules_bypass" {
8888
type = list(string)
8989
}
9090

91+
variable "cdn_frontdoor_profile_name" {
92+
description = "Name of the CDN Frontdoor profile"
93+
type = string
94+
}
95+
9196
variable "cdn_frontdoor_profile_sku_name" {
9297
description = "The pricing tier of the CDN Frontdoor profile"
9398
type = string
9499
}
95100

101+
variable "cdn_frontdoor_endpoint_name" {
102+
description = "Name of the CDN endpoint"
103+
type = string
104+
}
105+
96106
variable "cross_tenant_replication_enabled" {
97107
default = false
98108
description = "Enable or disable cross tenant replication"

0 commit comments

Comments
 (0)