calm-actor-89994
01/20/2025, 9:42 AMclass VPC(ComponentResource):
def __init__(self, ...):
super().__init__("aws:composite:VPC", name, None, opts)
if I ever change the string, pulumi will want to redeploy the stack fully.
Without any guidance on how community modules should be namespaced I always risk that whatever the name I selected might collide with something else.little-cartoon-10569
01/20/2025, 7:51 PM