11 lines
158 B
HCL
11 lines
158 B
HCL
variable "external_net" {}
|
|
|
|
variable "network_name" {}
|
|
|
|
variable "cluster_name" {}
|
|
|
|
variable "dns_nameservers" {
|
|
type = "list"
|
|
}
|
|
|
|
variable "subnet_cidr" {}
|