6 lines
70 B
Text
6 lines
70 B
Text
![]() |
#!/usr/bin/env bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
terraform init
|
||
|
terraform apply
|