This message was deleted.
# general
s
This message was deleted.
s
I think you can do this with the Command provider: https://www.pulumi.com/registry/packages/command/api-docs/local/command/
It might not be pretty. Maybe... write it to a local file in the container and then bash-fu to get the value?
Or it might be easier than I'm imagining.
e
So the fun part is this is running on a remote docker host
So the container isn't local; which I guess doesn't make a huge difference for the
Command
provider, but it does limit options