terraform-provider-timescale
terraform-provider-timescale copied to clipboard
Bug: `timescale_service` resource not propagating its attributes
Hi Timescale team,
We're currently deploying TS services thanks to your Terraform provider (v1.9.0) and are eager to integrate your provider with our multi tenant client deployments.
We have managed to programmatically create a Timescale VPC and accept automatically the Timescale peering connection within our AWS cloud, while launching a service and associating it with an internal DNS record (Route53).
While this works admirably, we reset the instance password through the Timescale web UI and ran into a situation where the password provided by the timescale_service
resource didn't refresh, despite resync'ing / refreshing our Terraform plan.
To allow our application to connect, we had to destroy such a Timescale service and recreate a new one from scratch (and we ran into https://github.com/timescale/terraform-provider-timescale/issues/177 as well, where Terraform couldn't recognise that it was removed).
Please let us know if you need more information to investigate the issue. Many thanks in advance!