variables.tf204 B
View on GitHubvariable "project" {
description = "Project name, used in resource names."
type = string
}
variable "stage" {
description = "SDLC environment (dev, staging, prod)."
type = string
}
variable "project" {
description = "Project name, used in resource names."
type = string
}
variable "stage" {
description = "SDLC environment (dev, staging, prod)."
type = string
}