This message was deleted.
# general
s
This message was deleted.
b
Hi @refined-teacher-35628 the reason Modules exist in their current form in Terraform is the lack of a packaging system. As Pulumi is real language based, you can take advantage of the language ecosystem package manager e.g. Nuget, Pypi or Npm
👍 2
So they are not needed
If you are looking for a way to abstract some of the infrastructure into a single class (for use with a package) then you can look at https://github.com/pulumi/examples/tree/master/aws-stackreference-architecture/networking/src
where index.ts calls a class called VPC (which can be a reference to a package and not a file)
r
got it @broad-dog-22463, thank you so much 🙂
b
Not a problem!
w
With ComponentResource and use some repository platform or with git submodules