You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a read replica, Terraform returns a password for tsdbadmin but that password is incorrect because the read replica actually uses the primary instance's password.
When I create a read replica, Terraform returns a password for tsdbadmin but that password is incorrect because the read replica actually uses the primary instance's password.
Example code for repro (using CDKTF):
Expected behavior: timescaleReadReplicaService.password === timescaleService.password
Actual behavior: timescaleReadReplicaService.password is different and authentication fails when using that password to log in to the read replica
The text was updated successfully, but these errors were encountered: