Create database with separate script.

Creating the ATAT database requires a separate connection to one of the
default Postgres databases, like `postgres`. This updates the scripts
and secrets-tool command to handle creating the database. It also
removes database creation from Terraform and updates the documentation.
This commit is contained in:
dandds
2020-01-25 12:21:52 -05:00
parent a8f6befc17
commit 058ee57527
9 changed files with 105 additions and 28 deletions

View File

@@ -21,11 +21,8 @@ LICENSE
# Skip envrc
.envrc
# Skip ansible-container stuff
ansible*
container.yml
meta.yml
requirements.yml
# Skip terraform
terraform
# Skip kubernetes and Docker config stuff
deploy