Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate more of the tooling so that the first-time setup is easier. #7

Open
7 tasks
camjackson opened this issue Dec 18, 2016 · 0 comments
Open
7 tasks

Comments

@camjackson
Copy link
Contributor

camjackson commented Dec 18, 2016

This requires more analysis to figure out what good looks like, but right now getting started with this code is too hard. There are two strategies:

  1. Things should be done automatically where possible
  2. If something is missing or wrong, you should be told what it is and how to fix it

Things that are manual and/or error prone right now:

  • Installing terraform
  • Installing the AWS CLI
  • Configuring your AWS credentials
  • Creating the bucket for the terraform state
  • Configuring the terraform remote state
  • Creating the Route53 hosted zone for the subdomain, and knowing its ID
  • Setting up the variables needed for the terraform run (secrets, emails, IDs, etc)

Hopefully each of these can be made better by applying one or both of the strategies above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants