8 lines
61 B
Bash
8 lines
61 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
cd terraform/
|
||
|
|
||
|
terraform apply
|