hey folks - I'm trying to wrap `pulumi.RunErr` di...
# golang
a
hey folks - I'm trying to wrap
pulumi.RunErr
directly in my code instead of using the pulumi CLI, but I'm running into
missing resource monitor RPC address
. does anyone know where these default values are configured in the CLI?
oh snap, just found the automation API. I think that's what I need. going to spend some time there for now.
👍 1
s
That is exactly the right way to programmatically interact with Pulumi.
a
rockin'. yep, I got some AWS provisioning code rolling on Friday afternoon. pretty slick stuff
🚀 1