https://pulumi.com logo
#general
Title
# general
l

lemon-knife-36716

11/07/2023, 4:28 PM
hey all — i’m working on bridging a terraform provider and i’ve got it generating code, but in my test nodejs code when i run
pulumi up
i get the error
Could not automatically download and install resource plugin <blah>
. I installed the plugin already via
pulumi plugin install resource pulumi-chronosphere <version> -f /path/to/pulumi-resource-<blah>
. The value of version is from
pulumictl get version
. What am i missing?
got past that. looks like i shouldn’t include
pulumi-
in the install command