Skip to content

Update Terraform google to ~> 4.83.0 (#21) #74

Update Terraform google to ~> 4.83.0 (#21)

Update Terraform google to ~> 4.83.0 (#21) #74

Workflow file for this run

name: TFF fix
on:
pull_request:
push:
paths:
- "**.tf"
branches:
- master
jobs:
format:
runs-on: ubuntu-latest
name: Check terraform files are formatted correctly
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.TERRAFORM_FORMAT }}
- name: terraform fmt
uses: dflook/[email protected]
- name: terraform fmt commit
uses: stefanzweifel/[email protected]
with:
commit_message: terraform fmt