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

Lack of owner attribute on the grant resource

Open zytek opened this issue 5 years ago • 0 comments

postgresql_grant resource lacks owner attribute, similar to postgresql_default_priviliges

Without it, it is impossible to manage multiple users across multiple databases with one provider, at least on RDS (no superuser).

As we already allow such use case with other resources - with hacks such as temporary grant for the connected user - we should make sure all resources offer similar capabilities.

zytek avatar May 27 '19 12:05 zytek