Skip to main content
variables.tf110 B
View on GitHub
variable "stage" {
type = string
description = "Stack stage name from Atmos."
default = ""
}