Skip to content

Fix AWS provider version constraints to to be ">= 4.0" #16

Fix AWS provider version constraints to to be ">= 4.0"

Fix AWS provider version constraints to to be ">= 4.0" #16

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-terraform:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- name: Lint Terraform code
run: terraform fmt -check
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint documentation
uses: terraform-docs/[email protected]
with:
working-dir: .
fail-on-diff: true