cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
376 stars 194 forks source link

Privileges not assigned on tables already created. #283

Open juscil27 opened 1 year ago

juscil27 commented 1 year ago

Hi there,

I have an issue that when I add a role to a database which is already created, privileges are not assigned. Though, the privileges of the role created, will apply to any tables created after applying the module.

Was wondering If I am missing a particular parameter to maybe reload database to re-assign privileges.