straight-beach-79533
05/05/2023, 4:12 PMPULUMI_DEBUG_PROVIDERS
. My problem is that, even before being able to use the debugger, I get an RPC error as follows:
Start plugin and get port:
~/.pulumi/plugins/resource-hcloud-v1.11.1/pulumi-resource-hcloud
52401
Start the engine:
$ PULUMI_DEBUG_PROVIDERS=hcloud:52401 pulumi up
Previewing update (dev):
...
Diagnostics:
pulumi:providers:hcloud (default):
error: rpc error: code = InvalidArgument desc = required configuration keys were missing
Where do I get these required configuration keys
?
thanks!melodic-tomato-39005
05/05/2023, 4:19 PMstraight-beach-79533
05/05/2023, 4:24 PMHCLOUD_TOKEN
as env var to the engine; are you saying that I should instead, for the attach to work, pass it to the plugin?melodic-tomato-39005
05/05/2023, 4:26 PMstraight-beach-79533
05/05/2023, 4:26 PMmelodic-tomato-39005
05/05/2023, 4:28 PMstraight-beach-79533
05/05/2023, 4:30 PM