variables.tf248 B
View on GitHubvariable "repository" {
type = string
description = "GitHub repository in owner/repo format"
default = "cloudposse/atmos"
}
variable "stage" {
type = string
description = "Stage (environment) name"
default = ""
}