We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bf659 commit 660510eCopy full SHA for 660510e
vars.tf
@@ -81,7 +81,7 @@ variable "bastion_floating_ip" {
81
}
82
83
variable "dns_zone_name" {
84
- description = "The name of the DNS zone to use for creating DNS records. Leave empty or null to skip DNS record creation."
+ description = "The name of the DNS zone to use for creating DNS records. Leave null to skip DNS record creation."
85
type = string
86
nullable = true
87
default = null
0 commit comments