Skip to content

Commit

Permalink
chore(deps): bumperraform-provider-vsphere from v2.5.1 to v2.6.1 (#830)
Browse files Browse the repository at this point in the history
Bumps Terraform Provider for vSphere (`hashicorpn/terraform-provider-vsphere`)from v2.5.1 to v2.6.1.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 26, 2024
1 parent c980a90 commit 8f441b6
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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_plugins` for `rgl/packer-plugin-windows-update` to `>= 0.15.0`. [GH-826](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/826)
- 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.6.1`. [GH-830](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/830)
- 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
2 changes: 1 addition & 1 deletion terraform/vsphere-role/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.1"
version = ">= 2.6.1"
}
}
required_version = ">= 1.7.1"
Expand Down

0 comments on commit 8f441b6

Please sign in to comment.