terraform-provider-timescale
terraform-provider-timescale copied to clipboard
Feature request: configuring database parameters through Terraform
Over time, we've been tweaking a few database parameters to better suit our use cases. Currently, it's hard for us to keep track of the changes we made compared to the default Postgres configuration.
Being able to track these changes in version control through Terraform would be very helpful for us. Filing this as a feature request 😊
For reference, the AWS Terraform provider has a resource called aws_db_parameter_group
for this.