When I create a temporal_postgres resource with database_name specified, Render sometimes appends a suffix to the created database name. I'd expect this to be reflected after resource creation in the database_name field. Instead, the value in the database_name field incorrectly reflects the desired DB name, not the actual DB name. The actual DB name can be string-parsed out of the connection strings within terraform, but this doesn't feel like it should be necessary.
When I create a
temporal_postgresresource withdatabase_namespecified, Render sometimes appends a suffix to the created database name. I'd expect this to be reflected after resource creation in thedatabase_namefield. Instead, the value in thedatabase_namefield incorrectly reflects the desired DB name, not the actual DB name. The actual DB name can be string-parsed out of the connection strings within terraform, but this doesn't feel like it should be necessary.