Skip to content

Commit

Permalink
chore: (IAC-1196) adding terraform init action back
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Oct 25, 2023
1 parent b8c451a commit d5032d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
tflint_version: latest
github_token: ${{ secrets.LINTER_TOKEN }}

- name: Initializing viya4-iac-azure
run: terraform init

- name: Initializing TFLint
run: TFLINT_LOG=info tflint --init -c "$(pwd)/linting-configs/.tflint.hcl"

Expand Down

0 comments on commit d5032d6

Please sign in to comment.