From dc8f7eee7f983743003c742a36fe53aed133cfa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:45:06 +0000 Subject: [PATCH] Update dependency hashicorp/packer-plugin-googlecompute to v1.1.6 (#62) | datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | hashicorp/packer-plugin-googlecompute | v1.1.3 | v1.1.6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 70d0c27..ddc2b69 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.1.3" + version = "1.1.6" } } }