You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Fixes#1535
### Time to review: __5 mins__
## Changes proposed
- Creates the new application folder: `infra/analytics`
- Adds the app-config / env-config for the new application folder,
mostly copy-pasted
- Adds `infra/analytics/database/main.tf`, which creates the database
## Notes for Reviewers
This PR contains a lot of boilerplate because of needing the app-config
/ env-config changes. Sorry for the noise!
## Caveats
The new analytics database module has the same security group rules as
the old one, which will likely become confusing over time. For example,
the new analytics database module has an ingress rule for the Oracle
database... which it definitely does not need. We should pull those
concerns apart over time.
## Testing
<img width="829" alt="image"
src="https://github.com/HHS/simpler-grants-gov/assets/5768468/12cf741e-a0b1-40a1-bb34-09c8c70081ff">
Summary
Create a new postgres database specifically for being used in analytics processes
Acceptance criteria
No response
The text was updated successfully, but these errors were encountered: