early-musician-41645
11/19/2018, 11:02 PMwhite-balloon-205
name: myname
property to set a specific name instead of auto-generating a name. For example,
let x = new aws.Resources("puluminame", {
name: "awsname",
})
Note that doing this will in some cases make it harder to replace the resources without downtime (since the new resources cannot be created before deleting the old one if the provider does not allow two resources with the same "name").early-musician-41645
11/19/2018, 11:07 PM