infrastructure/scripts/terraform/lint.sh

8 lines
128 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -ex
./scripts/terraform/terraform.sh validate
./scripts/terraform/terraform.sh fmt -check -recursive