Is there a way to reference the Pulumi stack name ...
# golang
p
Is there a way to reference the Pulumi stack name in code?
Like, when defining a string:
apiName := "myApi_"+stackName
?
p
I'll give it a go, thanks for the link 🙂