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