Skip to content

Commit

Permalink
Update PRODUCTION_PROVISION_README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm authored Sep 21, 2023
1 parent fc17289 commit d7c43c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/production/PRODUCTION_PROVISION_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ emacs /tmp/go-aws-credentials # update the `aws_access_key_id` and `aws_secret_

3. Prepare and initialize the S3 Terraform backend:

"Initializing" a Terraform backend means that you are getting ready to save a bundle of EC2 and networking states to S#, so that you and other developers in the future can discover and manipulate these states in the future, bringing servers and services up and down in a coordinated way. These terraform backends are an arbitrary bundle and can be grouped as needed. In general, the production systems should all use a coordinated set, but you may create new ones for experimentation, etc. If you are trying to work with an already set state, jump to `4`; if you are experimenting, continue here with `3`.

```bash

# The S3 backend is used to store the terraform state.
Expand Down

0 comments on commit d7c43c7

Please sign in to comment.