Skip to content

Commit

Permalink
Update dependency hashicorp/terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 5bc33f4 commit 7452260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fi
- name: Run a Terraform init
uses: docker://hashicorp/terraform:1.4.6
uses: docker://hashicorp/terraform:1.8.2
with:
entrypoint: terraform
args: init
Expand All @@ -33,13 +33,13 @@ jobs:
run: cp provider.tf.validate-fix provider.tf

- name: Run a Terraform validate
uses: docker://hashicorp/terraform:1.4.6
uses: docker://hashicorp/terraform:1.8.2
with:
entrypoint: terraform
args: validate

- name: Run a Terraform format check
uses: docker://hashicorp/terraform:1.4.6
uses: docker://hashicorp/terraform:1.8.2
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.4.6
1.8.3

0 comments on commit 7452260

Please sign in to comment.