From 81d697ad9818347af06d463301a30c1b2c6c5f5b Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 18 Jan 2024 08:49:07 +0100 Subject: [PATCH] chore(deps): update dependency hashicorp/packer-plugin-hcloud to v1.3.0 (#4) Reviewed-on: https://gitea.rknet.org/infra/packer-hcloud/pulls/4 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- rocky-9/server.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocky-9/server.pkr.hcl b/rocky-9/server.pkr.hcl index 208ba00..471b9d2 100644 --- a/rocky-9/server.pkr.hcl +++ b/rocky-9/server.pkr.hcl @@ -2,7 +2,7 @@ packer { required_version = ">= 1.8.3" required_plugins { hcloud = { - version = "1.0.5" + version = "1.3.0" source = "github.com/hashicorp/hcloud" } }