variables.tf218 B
View on GitHubvariable "app_name" {
type = string
description = "Application name used by the workflow demo."
}
variable "stage" {
type = string
description = "Deployment stage selected by the Atmos stack."
}
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."
}