From dd95e0cdd2f07c71b388bc0c67bb6f2baa28479d Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Thu, 9 Nov 2023 22:01:00 +0000 Subject: [PATCH] skip_create_image = false --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 0f25851..b86d353 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -12,7 +12,7 @@ locals { # variables variable "skip_create_image" { type = bool - default = true + default = false } variable "build_directory" {