Skip to content

Commit

Permalink
Bump hashicorp/setup-terraform from 1.3.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1.3.2 to 2.0.0.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v1.3.2...v2.0.0)

---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2022
1 parent f42ad52 commit 2a3fe98
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/apex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand All @@ -78,7 +78,7 @@ jobs:
# - name: Checkout Repository
# uses: actions/[email protected]
# - name: Load and Configure Terraform
# uses: hashicorp/setup-terraform@v1.3.2
# uses: hashicorp/setup-terraform@v2.0.0
# with:
# terraform_version: "~1"
# terraform_wrapper: false
Expand All @@ -101,7 +101,7 @@ jobs:
# - name: Checkout Repository
# uses: actions/[email protected]
# - name: Load and Configure Terraform
# uses: hashicorp/setup-terraform@v1.3.2
# uses: hashicorp/setup-terraform@v2.0.0
# with:
# terraform_version: "~1"
# terraform_wrapper: false
Expand All @@ -123,7 +123,7 @@ jobs:
# - name: Checkout Repository
# uses: actions/[email protected]
# - name: Load and Configure Terraform
# uses: hashicorp/setup-terraform@v1.3.2
# uses: hashicorp/setup-terraform@v2.0.0
# with:
# terraform_version: "~1"
# terraform_wrapper: false
Expand All @@ -146,7 +146,7 @@ jobs:
# - name: Checkout Repository
# uses: actions/[email protected]
# - name: Load and Configure Terraform
# uses: hashicorp/setup-terraform@v1.3.2
# uses: hashicorp/setup-terraform@v2.0.0
# with:
# terraform_version: "~1"
# terraform_wrapper: false
Expand All @@ -167,7 +167,7 @@ jobs:
# - name: Checkout Repository
# uses: actions/[email protected]
# - name: Load and Configure Terraform
# uses: hashicorp/setup-terraform@v1.3.2
# uses: hashicorp/setup-terraform@v2.0.0
# with:
# terraform_version: "~1"
# terraform_wrapper: false
Expand All @@ -190,7 +190,7 @@ jobs:
# - name: Checkout Repository
# uses: actions/[email protected]
# - name: Load and Configure Terraform
# uses: hashicorp/setup-terraform@v1.3.2
# uses: hashicorp/setup-terraform@v2.0.0
# with:
# terraform_version: "~1"
# terraform_wrapper: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/threat-and-vulnerability-mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]
- name: Load and Configure Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: "~1"
terraform_wrapper: false
Expand Down

0 comments on commit 2a3fe98

Please sign in to comment.