Skip to content

Commit

Permalink
Clean up readme to reflect simplified interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jaustinpage committed Jan 9, 2019
1 parent aa409ec commit 41b089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ terraform init -backend=false
terraform plan -out=backend.plan -target=module.backend
# Step 4: Apply the infrastructure plan
terraform apply backend.plan
# Step 5: Only after applying (building) the backend resources, write our terraform config. use the terraform apply output to find your kms key id, and substitude it into the command below.
# Step 5: Only after applying (building) the backend resources, write our terraform config.
# Now we can write the terraform backend configuration into our project
# Instead of this command, you can write the terraform config block into any of your .tf files
# Please see "writing your terraform configuration" below for more info
Expand Down

0 comments on commit 41b089c

Please sign in to comment.