infrastructure/k8s.tjo.cloud/modules/cluster-core/variables.tf

5 lines
100 B
Terraform
Raw Permalink Normal View History

2024-07-27 14:08:21 +00:00
variable "cluster_name" {
description = "Name of the Kubernetes cluster"
type = string
}