Skip to content

Bump hashicorp/random from 3.6.2 to 3.6.3 in /azure (#129) #423

Bump hashicorp/random from 3.6.2 to 3.6.3 in /azure (#129)

Bump hashicorp/random from 3.6.2 to 3.6.3 in /azure (#129) #423

Workflow file for this run

name: TFLint
on: [push]
jobs:
terraform_fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform fmt -check -recursive
lint_aws:
runs-on: ubuntu-latest
defaults:
run:
working-directory: aws
steps:
- uses: actions/checkout@v4
- uses: terraform-linters/setup-tflint@v4
- run: tflint --init
- run: tflint --format compact
test_aws:
runs-on: ubuntu-latest
defaults:
run:
working-directory: aws
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform init
- shell: bash
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
terraform test
lint_azure:
runs-on: ubuntu-latest
defaults:
run:
working-directory: azure
steps:
- uses: actions/checkout@v4
- uses: terraform-linters/setup-tflint@v4
- run: tflint --init
- run: tflint --format compact