From e4183e92908214a2b858009f231bb8aa2376fa0c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 6 Aug 2023 17:18:17 +0000 Subject: [PATCH] Update file variables.tf --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 88786b3..2382499 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -24,7 +24,7 @@ variable "pm_user" { default = "root@pam" } -variable "template: { +variable "template" { description = "Default Template to clone from" type = string default = "Debian12-Template"