Skip to content

chore(deps): update terraform cloudflare to v5.11.0 #319

chore(deps): update terraform cloudflare to v5.11.0

chore(deps): update terraform cloudflare to v5.11.0 #319

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.7.x
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- name: Check terraform format
run: terraform fmt -recursive -check -no-color
- name: Run terraform init
run: terraform init -upgrade -no-color
- name: Check terraform validate
run: terraform validate -no-color