aboutsummaryrefslogtreecommitdiff
path: root/terraform-apply.sh
diff options
context:
space:
mode:
Diffstat (limited to 'terraform-apply.sh')
-rwxr-xr-xterraform-apply.sh2
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}"