Hello all, I am working with AWS RDS right now, an...
# python
b
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
b
@billowy-army-68599 and then i can use provider in resourceOptions?
b
yes that’s right!
b
thank you