Create a more generic terraform helper script
This commit is contained in:
parent
dda1431450
commit
0f984f3f23
2 changed files with 1 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
cd terraform/
|
||||
|
||||
source secrets.sh
|
||||
|
||||
terraform apply
|
|
@ -6,4 +6,4 @@ cd terraform/
|
|||
|
||||
source secrets.sh
|
||||
|
||||
terraform plan
|
||||
terraform $@
|
Loading…
Reference in a new issue