anyone know how to debug ```error: Duplicate resou...
# general
b
anyone know how to debug
Copy code
error: Duplicate resource URN 'urn:pulumi:my-infrastructure::go::pulumi:pulumi:Stack::go-my-infrastructure'; try giving it a unique name
It doesn't give me what resource is colliding... I think I narrowed it down to
ec2.NewVPC
but this block was directly grabbed from a
pulumi import ...
so it should be in the state
b
The stack itself is a psuedo resource managed by pulumi. It is saying there are two
Pulumi.Stack
resources declared in your pulumi program each with the key
go-my-infrastructure
✔️ 1
237 Views