https://pulumi.com logo
Title
a

ambitious-daybreak-8631

09/26/2022, 8:09 AM
Hi, when creating a ecs cluster using pulumi, the name of the cluster is appended with a random string of numbers. Is there any way to avoid this?
🙌 1
e

echoing-dinner-19531

09/26/2022, 8:16 AM
Set the name property explicitly
👍 1
:thank-you: 1
l

limited-rainbow-51650

09/26/2022, 8:50 AM
@ambitious-daybreak-8631 what you see happening is Pulumi’s auto naming. https://www.pulumi.com/docs/intro/concepts/resources/names/ Do read about it, because in some cases, it helps you when a resource needs to be replaced. I would advice against setting an explicit name.
👍 1