If you explicitly set a name on your resources (e.g.
name: "webserver"
) then Pulumi won't append values to the resource name.
g
gorgeous-egg-16927
01/25/2019, 5:06 PM
Note that explicitly setting a name has implications for replace behavior. For resource types that must have unique names, an update will have to delete the existing resource before replacing it. Auto-naming allows the engine to create the updated resource before deleting the old one.