Hi Team, I want to learn Pulumi, can you refer me ...
# general
f
Hi Team, I want to learn Pulumi, can you refer me some links so that i can learn
b
f
can you refer me some video
i used above link and i am trying to deploy resources but the resource is created with suffix
can you tell me how to resolved it
f
Thank you @billowy-army-68599
and one more thing like in terraform we have registry and inside that we have template to deploy different resources so like that we have in pulumi? so can you give me link as well
s
You can use
pulumi new
to see a list of all the templates that are supported when creating a new Pulumi project. The Pulumi Registry has a list of providers and such that you can use with Pulumi. Finally, you can check our Examples GitHub repository for more examples and code snippets you can reuse.