Skip to content

Commit

Permalink
chore(deps): bump terraform-provider-hcp from v0.81.0 to v0.84.1 (#867)
Browse files Browse the repository at this point in the history
Bumps Terraform Provider for HCP (`hashicorpn/terraform-provider-hcp`) from v0.81.0 to v0.84.1 .

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Mar 29, 2024
1 parent 97889d2 commit 12d4f7a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- Updates `required_plugins` for `ethanmdavidson/packer-plugin-git` to `>= 0.6.1`. [GH-827](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/827)
- Updates `required_versions` for `terraform` to `>= 1.7.1`. [GH-8297](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/829)
- Updates `required_versions` for `hashicorp/vsphere` to `>= 2.7.0`. [GH-866](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/866)
- Updates `required_versions` for `hashicorp/hcp` to `>= 0.81.0`. [GH-831](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/831)
- Updates `required_versions` for `hashicorp/hcp` to `>= 0.84.1`. [GH-867](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/867)
- Updates Gomplate to `3.11.7`. [GH-825](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/825)
- Updates Red Hat Enterprise Linux 9 to 9.3 release. [GH-819](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/819)
- Updates Red Hat Enterprise Linux 8 to 8.9 release. [GH-818](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/818)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.81.0"
version = "~> 0.84.1"
}
vsphere = {
source = "hashicorp/vsphere"
Expand Down

0 comments on commit 12d4f7a

Please sign in to comment.