Skip to content

Ensure the default version of the launch template is updated on when … #33

Ensure the default version of the launch template is updated on when …

Ensure the default version of the launch template is updated on when … #33

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# https://github.com/marketplace/actions/hashicorp-setup-terraform
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.3.5
- name: Terraform fmt
run: terraform fmt -check -recursive