9 lines
80 B
Bash
Executable file
9 lines
80 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cd terraform/
|
|
|
|
source secrets.sh
|
|
|
|
terraform apply
|