infrastructure/scripts/terraform-lint.sh

12 lines
104 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd terraform/
set -x
terraform validate
terraform fmt -check -recursive