Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Attach cluster parameter group to db cluster ## Context We [created a cluster parameter group in the database module](https://github.com/navapbc/template-infra/blob/5dedfb0a4618a6302741ab25ed8be0d872cc075c/infra/modules/database/main.tf#L71-L87) but never attached it to the db cluster resource, so the db cluster didn't pick up the parameters. This means that query logging was never enabled. This change attaches the parameter group to the cluster which enables query logging.
- Loading branch information