Hey all! Is there a provider/component that people...
# aws
m
Hey all! Is there a provider/component that people use for managing postgres users, roles and permissions within an RDS instance?
b
m
Looks mostly like what I need but other than defining an owner I can't see the resources for managing users?
b
@magnificent-lifeguard-15082 in postgres that's a role: https://www.pulumi.com/registry/packages/postgresql/api-docs/role/
m
ah damn it, thank you very much. Completely thrown off by the "user" segment in the connection string.