Hello Guys! I've encountered an issue with `pulumi...
# python
b
Hello Guys! I've encountered an issue with
pulumi-postgresql
module that should have been fixed already. Can someone from Pulumi Team take a look please?
Copy code
pulumi==2.7.1
pulumi-gcp==3.15.0
pulumi-kubernetes==2.4.0
pulumi-postgresql==2.2.2
pulumi-random==2.2.0
https://github.com/pulumi/pulumi-postgresql/issues/60
role.py file
m
The fix is in master, but hasn’t been released yet. https://github.com/pulumi/pulumi-postgresql/blob/697c18ab8eaad05257ca5be1520745493cbdad5a/sdk/python/pulumi_postgresql/role.py#L202-L204 I believe we’re planning a release soon. In the meantime, does v2.2.1 work for you? cc: @broad-dog-22463
b
Trying to get a release ready now @better-actor-92669
b
Thanks, @microscopic-pilot-97530 and @broad-dog-22463! I changed my local roles.py and escaped the double quotes, just wanted to let you guys know that this issue was still there.
👍 1