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"