Create a more generic terraform helper script

This commit is contained in:
Jake Howard 2020-02-22 20:21:14 +00:00
parent dda1431450
commit 0f984f3f23
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -ex
cd terraform/
source secrets.sh
terraform apply

View file

@ -6,4 +6,4 @@ cd terraform/
source secrets.sh
terraform plan
terraform $@