We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e54b24e + f8e49be commit 2a2b857Copy full SHA for 2a2b857
modules/azurerm/CDN-FrontDoor-Custom-Domain/variables.tf
@@ -37,6 +37,7 @@ variable "cdn_frontdoor_profile_id" {
37
variable "dns_zone_id" {
38
description = "The ID of the DNS Zone."
39
type = string
40
+ default = null
41
}
42
43
variable "host_name" {
@@ -47,6 +48,7 @@ variable "host_name" {
47
48
variable "certificate_type" {
49
description = "The type of the certificate."
50
51
+ default = "ManagedCertificate"
52
53
54
variable "minimum_tls_version" {
@@ -58,4 +60,5 @@ variable "minimum_tls_version" {
58
60
variable "cdn_frontdoor_secret_id" {
59
61
description = "The ID of the CDN Front Door Secret."
62
63
64
0 commit comments