Add basic terraform bootstrap and staging environments

This commit is contained in:
Ryan Ahearn
2022-09-13 14:15:02 -04:00
parent 77bef474a3
commit 43bd8c5fe8
17 changed files with 499 additions and 0 deletions

7
.gitignore vendored
View File

@@ -119,3 +119,10 @@ logs/**
app/version.py
# app/static # is generated at build time, TODO: de-UKify and ignore again
# app/templates/vendor # is generated at build time, TODO: de-UKify and ignore again
# Terraform
.terraform.lock.hcl
**/.terraform/*
secrets.auto.tfvars
terraform.tfstate
terraform.tfstate.backup