Treat Quantum as a real application

This commit is contained in:
2026-04-20 16:55:57 -03:00
parent c363cab9bd
commit 8d396bd38a
6 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
variable "project_name" {
description = "Short name of the fictional project."
description = "Short name of the project."
type = string
default = "quantum"
}
variable "environment" {
description = "Fictional application environment."
description = "Application environment."
type = string
}