Structure OpenTofu environments
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user