Skip to content

Move TF + Ansible Here #7

Move TF + Ansible Here

Move TF + Ansible Here #7

Workflow file for this run

name: pull-request
on:
pull_request:
permissions: read-all
env:
BUCKET_TF_STATE: ${{ secrets.BUCKET_TF_STATE}}
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # @v4
- name: Setup Terraform with specified version on the runner
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # @v3
with:
terraform_version: 1.8.3
- name: Terraform format
id: fmt
run: terraform fmt -check
working-directory: ./terraform/