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
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
We've also encountered this issue while trying to manage RDS db via postgres provider. RDS master user is created and managed by AWS. @Vince-Chenal personally, I really like the idea.
Is there a way to grant role membership to an existing user that is not created by Terraform?
I cannot seem to find any.
To be clear, I'd like to run something like this:
GRANT admins TO joe;
via Terraform. But this resource: https://www.terraform.io/docs/providers/postgresql/r/postgresql_grant.html seems focused only on Databases.
The user in question is the RDS master user, which is created automatically by RDS: we cannot create it in Terraform.
Thanks
The text was updated successfully, but these errors were encountered: