This message was deleted.
s
This message was deleted.
b
yes, pick another subnet 🙂 you can't have two subnets with the same cidr
b
@billowy-army-68599 After creating a VPC and subnet through
pulumi up
with the code above, In the existing code, if the “resource_name” of the subnet is changed and then
pulumi up
is performed again, there seems to be a conflict.
b
you need to add a
deleteBeforeReplace
resource option: https://www.pulumi.com/docs/intro/concepts/resources/options/deletebeforereplace/