Skip to content

Commit

Permalink
ss of reinit err if tf block is written too early
Browse files Browse the repository at this point in the history
  • Loading branch information
stavxyz authored Oct 20, 2018
1 parent 27a915d commit 5557e60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ For the purposes of this intro, we'll use a bucket named `terraform-state-bucket

In order to bootstrap your project with this module/setup, you will need to wait until **after** Step 4 (below) to write your [terraform configuration block](https://www.terraform.io/docs/configuration/terraform.html) into one of your `.tf` files. (Your "terraform configuration block" is the one that looks like this `terraform {}`.)

If you are updating an existing terraform-managed project, or you already wrote your `terraform {...}` block into one of your `.tf` files, you will run into the following error on Step 3 (`terraform plan`):

![reinit required error](http://g.samstav.xyz/av5vyblbwq.png)


### describe your terraform backend resources

Expand Down

0 comments on commit 5557e60

Please sign in to comment.