diff options
author | EuAndreh <eu@euandre.org> | 2020-08-22 19:00:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-22 19:00:13 -0300 |
commit | 6f02c8f59ab923b05717cca472f568be1622ec01 (patch) | |
tree | cec0860aa4ebc75e0367690502db43c4e287c118 /terraform-apply.sh | |
parent | Revert "Checkpoint: Shut down Prosody and matterbridge" (diff) | |
download | server-6f02c8f59ab923b05717cca472f568be1622ec01.tar.gz server-6f02c8f59ab923b05717cca472f568be1622ec01.tar.xz |
WIP: reenable prosody and matterbridge, and add PDFs
Diffstat (limited to 'terraform-apply.sh')
-rwxr-xr-x | terraform-apply.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform-apply.sh b/terraform-apply.sh index ae75fb4..8179b96 100755 --- a/terraform-apply.sh +++ b/terraform-apply.sh @@ -9,5 +9,5 @@ terraform init PLAN_FILE="./secrets/terraform/plan-files/$(date -Iseconds).tfplan" terraform plan -out="${PLAN_FILE}" # shellcheck disable=2162 -read -p "Is the above Terraform plan acceptable?." +read -p "Is the above Terraform plan acceptable? Press CTRL+c to cancel." terraform apply "${PLAN_FILE}" |