Skip to content

build: switch to Terraform Cloud app on GitHub #58

build: switch to Terraform Cloud app on GitHub

build: switch to Terraform Cloud app on GitHub #58

Workflow file for this run

name: Terraform
on: pull_request
jobs:
terraform:
name: Terraform format check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Terraform
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: "~> 1.7.3"
terraform_wrapper: false
- name: Check Terraform files
run: terraform fmt -check