Skip to content

Commit

Permalink
Merge pull request #6 from dxw/renovate/hashicorp-terraform-1.x
Browse files Browse the repository at this point in the history
Update dependency hashicorp/terraform to v1.4.1
  • Loading branch information
Stretch96 authored Mar 15, 2023
2 parents 6bca7b3 + 1af661a commit c77fdd2
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,19 +24,19 @@ jobs:
fi
- name: Run a Terraform init
uses: docker://hashicorp/terraform:1.4.0
uses: docker://hashicorp/terraform:1.4.1
with:
entrypoint: terraform
args: init

- name: Run a Terraform validate
uses: docker://hashicorp/terraform:1.4.0
uses: docker://hashicorp/terraform:1.4.1
with:
entrypoint: terraform
args: validate

- name: Run a Terraform format check
uses: docker://hashicorp/terraform:1.4.0
uses: docker://hashicorp/terraform:1.4.1
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.0
1.4.1

0 comments on commit c77fdd2

Please sign in to comment.