mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 08:48:50 -03:30
Quoted type constraints are deprecated (#6497)
This commit is contained in:
@@ -7,7 +7,7 @@ variable "network_dns_domain" {}
|
||||
variable "cluster_name" {}
|
||||
|
||||
variable "dns_nameservers" {
|
||||
type = "list"
|
||||
type = list
|
||||
}
|
||||
|
||||
variable "subnet_cidr" {}
|
||||
|
||||
Reference in New Issue
Block a user