9 lines
85 B
Bash
Executable file
9 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cd terraform/
|
|
|
|
source secrets.sh || true
|
|
|
|
terraform $@
|