Skip to main content
variables.tf108 B
View on GitHub
variable "required_source_only" {
type = string
}

variable "stage" {
type = string
default = ""
}