v3/terraform/modules/cluster-environment/variables.tf
2020-10-09 10:54:55 -04:00

9 lines
111 B
HCL

variable "environment_tag" {
type = string
default = "main"
}
variable "app_name" {
type = string
}