rice/lab/cluster/variables.tf

6 lines
73 B
Terraform
Raw Permalink Normal View History

2024-04-24 07:42:44 +00:00
variable cluster_dns {
default = "cluster.local"
type = string
}