Hello, I am trying to create some resource inside ...
# aws
b
Hello, I am trying to create some resource inside and RDS instance. I have one project that creates the RDS Instance itself and a second project where I would like to create the databases / users and other mysql resources. The RDS instance is inside a VPC. I am assuming this is the reason why my simple usage of the
mysql.Provider
is timing out - the endpoint is not accessible publicly. I saw similar question here: https://pulumi-community.slack.com/archives/CRH5ENVDX/p1615361938255800?thread_ts=1615323683.244900&cid=CRH5ENVDX but I am not sure how to set up the "provision machine" and run the mysql setup form there wil pulumi. Is there some concrete example I could look at? I am assuming this is a common scenario