From 001ea7288b3eec88a47fbd3f5d9bb313b5aca2e2 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 29 Jun 2024 08:26:44 -0500 Subject: [PATCH] update --- terraform/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/variables.tf b/terraform/variables.tf index 0eb8ba9..6f41be8 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -54,4 +54,5 @@ variable "k3server" { variable "environment" { description = "environment of the deployment" type = string + default = "dev" }