Skip to content

Commit

Permalink
Merge pull request #48 from chris-qa-org/renovate/hashicorp-terraform…
Browse files Browse the repository at this point in the history
…-1.x

Update dependency hashicorp/terraform to v1.8.5
  • Loading branch information
Stretch96 authored Jun 10, 2024
2 parents e4e1c3e + ff93eb6 commit bd3670b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
fi
- name: Run a Terraform init
uses: docker://hashicorp/terraform:1.1.5
uses: docker://hashicorp/terraform:1.8.5
with:
entrypoint: terraform
args: init

- name: Run a Terraform validate
uses: docker://hashicorp/terraform:1.1.5
uses: docker://hashicorp/terraform:1.8.5
with:
entrypoint: terraform
args: validate

- name: Run a Terraform format check
uses: docker://hashicorp/terraform:1.1.5
uses: docker://hashicorp/terraform:1.8.5
with:
entrypoint: terraform
args: fmt -check=true -diff=true
Expand Down
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5
1.8.5

0 comments on commit bd3670b

Please sign in to comment.