From a701e12966714dee283d3b8e9f355c1802796f3c Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Tue, 12 Mar 2019 14:44:48 +0100 Subject: [PATCH] AWS deploy: usage.md: add note on a fix for terraform issues Co-authored-by: Martin Evgeniev --- deploy/aws/usage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy/aws/usage.md b/deploy/aws/usage.md index 905001d14..41c79b210 100644 --- a/deploy/aws/usage.md +++ b/deploy/aws/usage.md @@ -14,6 +14,12 @@ $ terraform init -backend-config "profile=${your_aws_profile}" ``` +## Bandaid +If terraform misbehaves, give it a gentle nudge like this: +``` +$ terraform init -backend-config "profile=${your_aws_profile} -reconfigure" +``` + ## Deploy ``` $ terraform apply -auto-approve