Hi everyone!
I'm new to Pulumi and excited to be learning it as part of my training for my first job.
While going through the documentation, I've noticed that the examples are quite large and a bit overwhelming to follow. I'm used to working with example templates in documentation for tools like Kubernetes and Terraform (also learned in training only), where I take example templates directly and edit it for my requirements.
In Pulumi docs, examples are very large, and they do not have import statements. Figuring out imports for resource is easy as docs are structured in the hierarchy of the modules, but finding imports for things like MetaDataArgs, ObjetctArgs, LabelSelectorArgs takes time (the pulumi extension for vscode is also not giving suggestion for those atleast in my case).
I’m currently using Python with Pulumi and was wondering:
• Where do people usually find or share small, reusable Pulumi Python templates?
• How do you structure and write your Pulumi code in practice?
Would really appreciate any tips or pointers to good examples. Thanks in advance!