Skip to main content
variables.tf204 B
View on GitHub
variable "project" {
description = "Project name, used in resource names."
type = string
}

variable "stage" {
description = "SDLC environment (dev, staging, prod)."
type = string
}

Related Documentation