Skip to content

chore(deps): update terraform cloudflare to v4.45.0 #158

chore(deps): update terraform cloudflare to v4.45.0

chore(deps): update terraform cloudflare to v4.45.0 #158

Workflow file for this run

name: terraform
on:
pull_request:
branches:
- main
paths:
- '**.tf'
push:
branches:
- main
paths:
- '**.tf'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
- name: Terraform Lint
id: fmt
run: terraform fmt -recursive -check