Files

11 lines
216 B
Terraform

variable "project_name" {
description = "Short name of the project."
type = string
default = "quantum"
}
variable "environment" {
description = "Application environment."
type = string
}