Skip to content

Commit

Permalink
set public_ip_dns default variable to null (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbugalski authored Apr 27, 2020
1 parent a146787 commit 512b5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "vnet_subnet_id" {

variable "public_ip_dns" {
description = "Optional globally unique per datacenter region domain name label to apply to each public ip address. e.g. thisvar.varlocation.cloudapp.azure.com where you specify only thisvar here. This is an array of names which will pair up sequentially to the number of public ips defined in var.nb_public_ip. One name or empty string is required for every public ip. If no public ip is desired, then set this to an array with a single empty string."
default = [""]
default = [null]
}

variable "admin_password" {
Expand Down

0 comments on commit 512b5db

Please sign in to comment.