Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from DFE-Digital/renovate/hashicorp-terraform-1.x
Browse files Browse the repository at this point in the history
Update hashicorp/terraform Docker tag to v1.7.5
  • Loading branch information
DrizzlyOwl authored Mar 18, 2024
2 parents 7b2e331 + 9c8ec9b commit e0e3167
Showing 1 changed file with 3 additions and 3 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 @@ -40,19 +40,19 @@ jobs:
run: rm ./terraform/backend.tf

- name: Run a Terraform init
uses: docker://hashicorp/terraform:1.7.3
uses: docker://hashicorp/terraform:1.7.5
with:
entrypoint: terraform
args: -chdir=terraform init

- name: Run a Terraform validate
uses: docker://hashicorp/terraform:1.7.3
uses: docker://hashicorp/terraform:1.7.5
with:
entrypoint: terraform
args: -chdir=terraform validate

- name: Run a Terraform format check
uses: docker://hashicorp/terraform:1.7.3
uses: docker://hashicorp/terraform:1.7.5
with:
entrypoint: terraform
args: -chdir=terraform fmt -check=true -diff=true
Expand Down

0 comments on commit e0e3167

Please sign in to comment.