4 lines
100 B
HCL
4 lines
100 B
HCL
variable "cluster_name" {
|
|
description = "Name of the Kubernetes cluster"
|
|
type = string
|
|
}
|