Skip to content

Commit

Permalink
chore(deps): bump terraform from v1.3.6 to v1.3.7 (#456)
Browse files Browse the repository at this point in the history
Bumps Terraform from v1.3.6 to v1.3.7

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam authored Jan 12, 2023
1 parent 4f55a55 commit 345ef92
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- Updates Windows 10 22H2 to December 2022 (US English) release. [GH-450](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/450)
- Updates `required_versions` for `packer` to `>= 1.8.5`. [GH-423](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/423)
- Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.1.1`. [GH-416](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/416)
- Updates `required_versions` for `terraform` to `>= 1.3.6`. [GH-391](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/391)
- Updates `required_versions` for `terraform` to `>= 1.3.7`. [GH-456](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/456)
- Updates `required_versions` for `hashicorp/hcp` to `>= 0.51.0`. [GH-408](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/408), [GH-409](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/396), [GH-410](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/410), [GH-411](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/411), [GH-412](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/412), [GH-413](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/413), [GH-414](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/414), [GH-415](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/415)
- Updates Gomplate to `3.11.3`. [GH-380](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/380), [GH-382](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/382)
- Removes Ubuntu 20.04 LTS (`x86_64`) and macOS Big Sur (Intel) as tested operating systems for the Packer host. [GH-393](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/393)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ The following additional software packages must be installed on the operating sy
tdnf -y install git jq xorriso
```
- HashiCorp [Terraform][terraform-install] 1.3.6 or higher.
- HashiCorp [Terraform][terraform-install] 1.3.7 or higher.
```shell
TERRAFORM_VERSION="1.3.6"
TERRAFORM_VERSION="1.3.7"
OS_PACKAGES="wget unzip"
if [[ $(uname -m) == "x86_64" ]]; then
Expand Down Expand Up @@ -220,7 +220,7 @@ The following additional software packages must be installed on the operating sy
- mkpasswd - Password generating utility
- HashiCorp [Terraform][terraform-install] 1.3.6 or higher.
- HashiCorp [Terraform][terraform-install] 1.3.7 or higher.
```shell
pip3 install --user ansible-core==2.13
Expand Down Expand Up @@ -250,7 +250,7 @@ The following additional software packages must be installed on the operating sy
- Coreutils
- HashiCorp [Terraform][terraform-install] 1.3.6 or higher.
- HashiCorp [Terraform][terraform-install] 1.3.7 or higher.
- [gomplate][gomplate-install] 3.11.3 or higher.
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 @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = ">= 2.2.0"
}
}
required_version = ">= 1.3.6"
required_version = ">= 1.3.7"
}

0 comments on commit 345ef92

Please sign in to comment.