6 lines
73 B
Terraform
6 lines
73 B
Terraform
|
variable cluster_dns {
|
||
|
default = "cluster.local"
|
||
|
type = string
|
||
|
}
|
||
|
|