Skip to content

upgrade cloudflare provider (#2823) #7614

upgrade cloudflare provider (#2823)

upgrade cloudflare provider (#2823) #7614

name: Terraform - Validate
on:
workflow_dispatch:
push:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Install Terraform
uses: hashicorp/[email protected]
- name: Install TFLint
uses: terraform-linters/[email protected]
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Terraform Format
run: terraform fmt -check -diff -recursive
- name: Terraform Lint
run: |
tflint --version
tflint --init
tflint --config="$(pwd)/.tflint.hcl" --format=compact --recursive