variables.tf207 B
View on GitHubvariable "environment" {
description = "The environment name"
type = string
}
variable "enabled" {
description = "Whether this component is enabled"
type = bool
default = true
}
variable "environment" {
description = "The environment name"
type = string
}
variable "enabled" {
description = "Whether this component is enabled"
type = bool
default = true
}