https://pulumi.com logo
c

calm-greece-42329

04/01/2020, 7:10 PM
i asked a related question in the #kubernetes channel, but is there a way to generate my own auto-naming using the internal logic? i have two resources with cyclic dependencies (k8s pod that needs to know the name of its service)
b

busy-umbrella-36067

04/01/2020, 8:05 PM
is a static name for the service an option?
g

gentle-diamond-70147

04/01/2020, 8:38 PM
Easiest way today is to create your own function to generate names and use that everywhere. We have https://github.com/pulumi/pulumi/issues/1518 open to support a more first-class way.