Replies: 1 comment
-
Hi there, a few of role parameters can be setup using properties of role resource directly, but general approach to specify any parameter per role is not natively available. At the end we've implemented our own dynamic provider in Pulumi to workaround this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
We're looking to set per-role configuration parameters (as specified in https://www.postgresql.org/docs/11/sql-alterrole.html).
Is there a native way to do this with the provider? Couldn't find anything about it so far.
Beta Was this translation helpful? Give feedback.
All reactions