https://pulumi.com logo
#getting-started
Title
# getting-started
s

square-train-78639

07/01/2022, 6:47 AM
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

echoing-dinner-19531

07/03/2022, 10:12 AM
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.
3 Views