Skip to main content
variables.tf248 B
View on GitHub
variable "repository" {
type = string
description = "GitHub repository in owner/repo format"
default = "cloudposse/atmos"
}

variable "stage" {
type = string
description = "Stage (environment) name"
default = ""
}

Related Documentation