Hi, when creating a ecs cluster using pulumi, the ...
# getting-started
a
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
Set the name property explicitly
👍 1
🙏 1
l
@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