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

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