From 88a5ce3ed809eadfd8becde9affd17f9432d9158 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 10 Sep 2024 10:39:47 -0700 Subject: [PATCH] Update build.pkr.hcl --- build.pkr.hcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.pkr.hcl b/build.pkr.hcl index 6cd6ffd..e0c4d74 100644 --- a/build.pkr.hcl +++ b/build.pkr.hcl @@ -28,6 +28,10 @@ variable project_name { default = "my-project" } +variable region { + type = string +} + # ecr_repository_name data amazon-parameterstore dest_image { name = "/image-pipeline/${var.project_name}/dest_image"