Skip to content

Commit

Permalink
AWS deploy: usage.md: add note on a fix for terraform issues
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Evgeniev <[email protected]>
  • Loading branch information
panchoh and suizman committed Mar 12, 2019
1 parent d39e511 commit a701e12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/aws/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a701e12

Please sign in to comment.