Quoted type constraints are deprecated (#6497)

This commit is contained in:
Maxime Guyot
2020-08-05 10:32:28 +02:00
committed by GitHub
parent 58b5bf7886
commit fb666c44b3
3 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ variable "network_dns_domain" {}
variable "cluster_name" {}
variable "dns_nameservers" {
type = "list"
type = list
}
variable "subnet_cidr" {}