From d6c64be6008a5d173a1b7ea117d34d3d5eafaaa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 21:42:37 +0000 Subject: [PATCH] Update dependency hashicorp/packer-plugin-googlecompute to v1.2.2 | datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | hashicorp/packer-plugin-googlecompute | v1.2.1 | v1.2.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.pkr.hcl b/tools/build.pkr.hcl index 449cc62..6595a5b 100644 --- a/tools/build.pkr.hcl +++ b/tools/build.pkr.hcl @@ -2,7 +2,7 @@ packer { required_plugins { googlecompute = { source = "github.com/hashicorp/googlecompute" - version = "1.2.1" + version = "1.2.2" } } }