This message was deleted.
# dotnet
s
This message was deleted.
c
Just noticed that providing a
Name
in the SecretArgs actually removes the generated ID, which makes life a whole lot easier 🥳
b
I tend to let pulumi control the name, I might provide a prefix with
NamePrefix
, and then I use the
ARN
in the output to refer to it from then on instead of relying on a static name.