Create s3 buckets via terraform and bind to app

This commit is contained in:
Ryan Ahearn
2022-09-16 16:26:02 -04:00
parent cb4036b1b0
commit e9815a6f8e
5 changed files with 60 additions and 2 deletions

View File

@@ -13,12 +13,15 @@ applications:
services:
- notifications-api-rds-((env))
- notifications-api-redis-((env))
- notifications-api-csv-upload-bucket-((env))
- notifications-api-contact-list-bucket-((env))
env:
NOTIFY_APP_NAME: api
NOTIFY_LOG_PATH: /home/vcap/logs/app.log
FLASK_APP: application.py
FLASK_ENV: production
DEPLOY_ENV: ((env))
NOTIFY_ENVIRONMENT: live
API_HOST_NAME: https://notifications-api.app.cloud.gov