Hey guys! I'm trying to use the postgres package: ...
# general
i
Hey guys! I'm trying to use the postgres package: https://www.pulumi.com/registry/packages/postgresql/installation-configuration/ In order to configure credentials, it required that I have an env var or either a config with my credentials. However, what I do is create a porstgres instance using a provider - the hostname for example is unknown until that instance is created, and I would like to supply that hostname to the postgres package. I there even such an option? I just couldn't figure it out.