From c2e64c51fb384923eac65baa71a745e4e193392c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 6 Aug 2023 17:19:16 +0000 Subject: [PATCH] Update file variables.tf --- terraform/variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/variables.tf b/terraform/variables.tf index 2382499..664c49b 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -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({