Skip to content

Commit f8e49be

Browse files
committed
Update variable default values for Cdn frontdoor custom domains
1 parent e54b24e commit f8e49be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/azurerm/CDN-FrontDoor-Custom-Domain/variables.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ variable "cdn_frontdoor_profile_id" {
3737
variable "dns_zone_id" {
3838
description = "The ID of the DNS Zone."
3939
type = string
40+
default = null
4041
}
4142

4243
variable "host_name" {
@@ -47,6 +48,7 @@ variable "host_name" {
4748
variable "certificate_type" {
4849
description = "The type of the certificate."
4950
type = string
51+
default = "ManagedCertificate"
5052
}
5153

5254
variable "minimum_tls_version" {
@@ -58,4 +60,5 @@ variable "minimum_tls_version" {
5860
variable "cdn_frontdoor_secret_id" {
5961
description = "The ID of the CDN Front Door Secret."
6062
type = string
63+
default = null
6164
}

0 commit comments

Comments
 (0)