Structure OpenTofu environments

This commit is contained in:
2026-04-20 16:54:09 -03:00
parent 707852bb3a
commit c363cab9bd
22 changed files with 278 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
variable "project_name" {
description = "Short name of the fictional project."
type = string
default = "quantum"
}
variable "environment" {
description = "Fictional application environment."
type = string
}