Skip to content

Commit

Permalink
Fix terraform_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vimleshtna committed Jan 14, 2025
1 parent 93b957e commit 0a87a7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/terraform_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
message: ":warning: Secrets found in repository da-terraform-modules"
slack-url: ${{ secrets.SLACK_WEBHOOK }}
- name: Terraform Format
id: fmt
run: terraform fmt -check --recursive
uses: nationalarchives/tdr-github-actions/.github/workflows/terraform_check.yml@main
with:
use-workspace: false
terraform-version: 1.5.0
secrets:
MANAGEMENT_ACCOUNT: ${{ secrets.MANAGEMENT_ACCOUNT }}
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }}

0 comments on commit 0a87a7e

Please sign in to comment.