cuddly-eye-68174
12/23/2018, 10:02 AMwhite-balloon-205
name
property to choose a specific name.
Note that this will make it harder to do zero-downtime replacements. Pulumi does create-before-delete replacements by default, but this will only work if you are using auto-naming so that the newly created resource has a different name. Doing this allows a new resource to be created, and dependencies to be updated to point to the new resource, before the old resource is deleted. This is generally quite useful.