Update file variables.tf

This commit is contained in:
2023-08-06 17:19:16 +00:00
parent e4183e9290
commit c2e64c51fb

View File

@@ -30,6 +30,11 @@ variable "template" {
default = "Debian12-Template"
}
variable "environment" {
description = "environment"
type = string
}
variable "k3master" {
description = "Defaults of master nodes in K3S"
type = object({