Skip to content

refactor: added check to see if userdata exists #41

refactor: added check to see if userdata exists

refactor: added check to see if userdata exists #41

Workflow file for this run

on: push
jobs:
check-terraform:
name: Check Terraform Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- name: Terraform fmt
id: fmt
run: terraform fmt -recursive -check