hi I am using the pulumi with the rabbitmq provide...
# general
w
hi I am using the pulumi with the rabbitmq provider. For some reason, Pulumi keeps adding digits to strings I use for names? For example, an exchange I created called "tst" is called "*tst-3477739"*
b
Hi @witty-vegetable-61961 here's some details on why that happens 🙂 https://www.pulumi.com/docs/intro/concepts/resources/names/
w
I'll check
So is there a way to disable this behaviour?
Ah found the fix. Specify it in the resource arugments.
b
that's the one! 🙂