Hello!
I’m starting with Pulumi, and I’m on discovery mode to find out if it’s the right tool - so I’m a noobie in the subject of this solution.
I’ve tried to find how to do it, but maybe I have the wrong perspective. I’m looking to codify two VPC: one in GCP and one in AWS connected with S2S VPN. I can do it individually VPCs (AWS and GCP separate Pulumi apps).
What should I do if I need it in a single application? Is it the right approach, or shall I manage it separately and import it somehow later into a single app (I also can’t figure out how it would work - so not sure if it’s the right track)?
Does anyone manage multi-cloud (GCP and AWS) in a single app?