infrastructure/scripts/terraform-lint.sh

11 lines
104 B
Bash
Executable file

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