From 6ceec2029d83891dd0b2669d4ae349b7327ce90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:37:22 +0000 Subject: [PATCH] Update hashicorp/hcp requirement from ~> 0.71.1 to ~> 0.74.1 Updates the requirements on [hashicorp/hcp](https://github.com/hashicorp/terraform-provider-hcp) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-hcp/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-hcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-hcp/compare/v0.71.1...v0.74.1) --- updated-dependencies: - dependency-name: hashicorp/hcp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../template-linux-guest-customization-hcp-packer/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/vsphere-virtual-machine/template-linux-guest-customization-hcp-packer/versions.tf b/terraform/vsphere-virtual-machine/template-linux-guest-customization-hcp-packer/versions.tf index 5b3d166..8700852 100644 --- a/terraform/vsphere-virtual-machine/template-linux-guest-customization-hcp-packer/versions.tf +++ b/terraform/vsphere-virtual-machine/template-linux-guest-customization-hcp-packer/versions.tf @@ -6,7 +6,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.71.1" + version = "~> 0.74.1" } vsphere = { source = "hashicorp/vsphere"