test env variables

This commit is contained in:
2024-06-29 08:23:59 -05:00
parent a7a282da02
commit 5f8d31eea1
2 changed files with 95 additions and 52 deletions

View File

@@ -50,3 +50,8 @@ variable "k3server" {
vlan = number
})
}
variable "environment" {
description = "environment of the deployment"
type = string
}