Add CI to validate terraform

This commit is contained in:
Jake Howard
2020-02-21 18:51:06 +00:00
parent a3cc0f7849
commit 418c813ddb
3 changed files with 22 additions and 0 deletions

View File

@ -4,4 +4,8 @@ set -e
cd terraform/
set -x
terraform validate
terraform fmt -check -recursive