Skip to content

chore(deps): update terraform aws to v6.33.0 #1048

chore(deps): update terraform aws to v6.33.0

chore(deps): update terraform aws to v6.33.0 #1048

Workflow file for this run

name: "Terraform format check"
on:
push:
jobs:
terraform:
name: "Terraform"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.8.3
- name: Terraform Format Check
id: fmt
run: terraform fmt -check -diff -recursive