https://pulumi.com logo
Title
b

billions-shoe-26601

12/28/2022, 8:52 AM
Hello all, I am working with AWS RDS right now, and I want to manipulate with creating schemas, users, etc. I’m using pulumi_aws.rds.Instance for creating and pulumi_postgresql for changes. How can I provide such variables as postgresql:host, postgresql:username and postgresql:password from the python runtime to the environment? I didn’t find any variable in the pulumi_postgresql library related to authentication, so, as I know, this library takes it from the environment.
b

billowy-army-68599

12/28/2022, 9:04 AM
b

billions-shoe-26601

12/28/2022, 9:05 AM
@billowy-army-68599 and then i can use provider in resourceOptions?
b

billowy-army-68599

12/28/2022, 9:47 AM
yes that’s right!
b

billions-shoe-26601

12/28/2022, 9:47 AM
thank you