Hi @here, Where can I find pulumi public component...
# general
m
Hi @here, Where can I find pulumi public components? I need a AWS VPC components instead of creating everything from scratch.
Side Note
Terraform has public modules for reusable with best practices
c
pulumi/awsx
has some stuff, but I couldn't highly recommend it
b
you can filter on this page to components only https://www.pulumi.com/registry/ (the filter isn't in the url, so i cant directly link ya) there's this https://www.pulumi.com/registry/packages/aws-quickstart-vpc/ but its been years since its been updated so 🤷🏻
a
What is wrong with
awsx
? I have been using it, for vpc and eks, etc.
m
Thanks everyone @here, I already started writing my own reusable here
g
fair warning - using public opinionated components often leads to painful migrations if component breaks or requires modification. I highly recommend against using public components for serious projects.