From 6f02c8f59ab923b05717cca472f568be1622ec01 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Aug 2020 19:00:13 -0300 Subject: WIP: reenable prosody and matterbridge, and add PDFs --- terraform-apply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'terraform-apply.sh') 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}" -- cgit v1.2.3