Skip to main content
variables.tf218 B
View on GitHub
variable "app_name" {
type = string
description = "Application name used by the workflow demo."
}

variable "stage" {
type = string
description = "Deployment stage selected by the Atmos stack."
}

Related Documentation