Restructure helper scripts so they're slightly more useful
This commit is contained in:
9
scripts/terraform/terraform.sh
Executable file
9
scripts/terraform/terraform.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
cd terraform/
|
||||
|
||||
source secrets.sh
|
||||
|
||||
terraform $@
|
Reference in New Issue
Block a user