From a9a0b309887d984650bf0c1167f2e7af38fbb15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:08:56 +0000 Subject: [PATCH] chore(deps): update hashicorp/hcp requirement from ~> 0.50.0 to ~> 0.51.0 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.50.0...v0.51.0) --- updated-dependencies: - dependency-name: hashicorp/hcp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../template-windows-guest-customization-hcp-packer/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/vsphere-virtual-machine/template-windows-guest-customization-hcp-packer/versions.tf b/terraform/vsphere-virtual-machine/template-windows-guest-customization-hcp-packer/versions.tf index 75333e070..85219f270 100644 --- a/terraform/vsphere-virtual-machine/template-windows-guest-customization-hcp-packer/versions.tf +++ b/terraform/vsphere-virtual-machine/template-windows-guest-customization-hcp-packer/versions.tf @@ -6,7 +6,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.50.0" + version = "~> 0.51.0" } vsphere = { source = "hashicorp/vsphere"