[Was getting set up this afternoon and ran into a couple bumps in the road. Hopefully this PR will help smooth those out for future contributors.]
Updates the Terraform usage and documentation to simplify onboarding.
Provide a script to create a private, encrypted S3 bucket for storing
Terraform state
Use a config file to specify backend configuration so that devs can
specify their bucket name once in a gitignored config file.
Update README to describe how to use the script and the backend
config. Separate out infrastructure setup documentation from the main
build-and-deploy loop documentation.
[Was getting set up this afternoon and ran into a couple bumps in the road. Hopefully this PR will help smooth those out for future contributors.]
Updates the Terraform usage and documentation to simplify onboarding.