Skip to content

Commit 660510e

Browse files
Update vars.tf
Co-authored-by: Mark Goddard <[email protected]>
1 parent 27bf659 commit 660510e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ variable "bastion_floating_ip" {
8181
}
8282

8383
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."
84+
description = "The name of the DNS zone to use for creating DNS records. Leave null to skip DNS record creation."
8585
type = string
8686
nullable = true
8787
default = null

0 commit comments

Comments
 (0)