timescale / terraform-provider-timescale

Timescale Cloud Terraform Provider
Apache License 2.0
18 stars 2 forks source link

Feature request: configuring database parameters through Terraform #120

Open dennisameling opened 7 months ago

dennisameling commented 7 months ago

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 😊

image

For reference, the AWS Terraform provider has a resource called aws_db_parameter_group for this.

GabriFila commented 5 months ago

We are also interested in this feature (the max_connection parameter), it would ease our deployments very much. Hope you will implement it 😍