hey it seems that pulumi already infers the git sh...
# general
g
hey it seems that pulumi already infers the git sha1 of the environment it runs in (at least it ends up in some state / history metadata). Is there a way I can get the git_sha1 from
pulumi.runtime
or some other thing at runtime and use it in my config?
w
I don’t think this gets exposed currently - but I see no reason it couldn’t get exposed. It’s one of the automatically applied stack tags - so quite likely exposing the full collection of stack tags into the running deployment program would likely make sense. Please do open an issue to suggest adding this!
g