Skip to content

chore(deps): update terraform #266

chore(deps): update terraform

chore(deps): update terraform #266

Workflow file for this run

name: Terraform check
on:
push:
paths:
- 'terraform/**'
defaults:
run:
shell: bash
working-directory: terraform
jobs:
tf-validate:
name: tf-validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "tflint"
uses: reviewdog/action-tflint@master
with:
fail_on_error: true
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.3.3
- name: Terraform fmt
run: terraform fmt -check -recursive