terraform-provider-timescale icon indicating copy to clipboard operation
terraform-provider-timescale copied to clipboard

Feature request: configuring database parameters through Terraform

Open dennisameling opened this issue 1 year ago • 1 comments

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.

dennisameling avatar Nov 17 '23 11:11 dennisameling