xOpsDemo/variables.tf

9 lines
137 B
HCL

variable "DEMO_NAME" {
type = string
description = ""
}
variable "CLUSTER_NAME" {
type = string
description = ""
}