Hi Folks, I am getting hands on Pulumi, and had fe...
# getting-started
s
Hi Folks, I am getting hands on Pulumi, and had few questions(for migrating from Terrafrom to Pulumi) What is the equivalent of Terraform
source
parameter in Pulumi ? We need to solve a use case where in Different versions of Pulumi resource(s) need to be executed in parallel on the same instance
e
Do you mean what's the equivalent of module source? Pulumi doesn't have modules per-se everything is just a normal code library, so if you want multiple versions of them you would do whatever you do for multiple library versions on the language your using.