This message was deleted.
# general
s
This message was deleted.
g
URNs have to be unique, so it’s not quite that strict. URNs are generated as a combination of the resource type and the provided name, so you mostly only have to worry about it if you are creating multiple of the same resource type.
Pulumi will fail with an error if it encounters a duplicate
m
OK, the docs suggest it is stricter than that - "All resources have a 
name
, which must be unique across your entire Pulumi program."
g
Mind filing an issue on that? There should be a button on the right gutter for that.
m
You mean inside the docs?
Oh yeah
Thanks Levi