Restructure helper scripts so they're slightly more useful
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
./scripts/ansible.sh
|
@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd terraform/
|
||||
|
||||
set -x
|
||||
|
||||
terraform validate
|
||||
|
||||
terraform fmt -check -recursive
|
7
scripts/terraform/lint.sh
Executable file
7
scripts/terraform/lint.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
./scripts/terraform/terraform.sh validate
|
||||
|
||||
./scripts/terraform/terraform.sh fmt -check -recursive
|
Reference in New Issue
Block a user