https://pulumi.com logo
Title
k

kind-napkin-54965

03/15/2021, 9:38 PM
^ am trying to set github org structure with pulumi TS. I get the repo name auto-named
demo-repo-dea3c46
. Am reading https://www.pulumi.com/docs/intro/concepts/resources/#autonaming yet don’t find a way to avoid auto naming. I want my repo to appear in github as
demo-repo
instead of
demo-repo-dea3c46
. What should I change in my code? Thanks
a

average-spoon-16995

03/16/2021, 9:23 AM
I think you have to override the Name property to set the physical name to what you want. But this is maybe be prone to name collisions in the future.
@kind-napkin-54965
k

kind-napkin-54965

03/16/2021, 12:14 PM
Yeah, did that, and nothing changed. So just started a clean project, and it worked. Thanks a lot Fabio!
a

average-spoon-16995

03/16/2021, 12:19 PM
alrite! Nice! 😃