Open
Description
TL;DR
database_flags = [{ name = "autovacuum", value = "off" }]
which should not be done most of the time.
Terraform Resources
No response
Detailed design
Initial implementations often copy-paste the initial configuration. It was done in our case, and our databases have been months without VACCUUM, making us have lots of performance issues.
I think the main example should show the most usual configuration to avoid these common mistakes.
Additional information
No response