Restructure helper scripts so they're slightly more useful

This commit is contained in:
Jake Howard
2020-02-22 20:41:04 +00:00
parent ac6210d618
commit 34aa3a52f8
9 changed files with 11 additions and 20 deletions
-5
View File
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -ex
./scripts/ansible.sh
-11
View File
@@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -e
cd terraform/
set -x
terraform validate
terraform fmt -check -recursive
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
./scripts/terraform/terraform.sh validate
./scripts/terraform/terraform.sh fmt -check -recursive