This message was deleted.
# general
s
This message was deleted.
l
Does anyone know what the current version of the aws plugin is? And maybe, where to look this up?
g
Which troubleshooting topic is linked?
Yep, when I use that 2nd link, it goes to the right place.
Ok, it is the same as the pulumi/aws package version? I thought they were different things. Would it be unreasonable to expect to install just the package, and the plugin would be "part" of that?
g
It is expected that plugins will be installed automatically during the
up
or
preview
(and other commands I think) in most cases.
Can you re-run with
-v6 --logtostderr
and share the lines that contain
plugins.go
? e.g.
Copy code
I0909 22:00:56.380000   51964 plugins.go:472] GetPluginPath(resource, azuread, 2.5.1): enabling new plugin behavior
I0909 22:00:56.380075   51964 plugins.go:519] GetPluginPath(resource, azuread, 2.5.1): found in cache at /Users/clstokes/.pulumi/plugins/resource-azuread-v2.5.1/pulumi-resource-azuread
l
I installed the plugin... I'll remove it and see what happens. Here's what happens while it is installed...
Copy code
17:03 $ dr pulumi preview -v6 --logtostderr | grep plugins.go
Creating src_pulumi_run ... done
I0910 05:03:38.191223       6 plugins.go:433] GetPluginPath(language, nodejs, <nil>): found on $PATH /pulumi/bin/pulumi-language-nodejs
I0910 05:03:38.262921       6 plugins.go:502] GetPluginPath(resource, aws, <nil>): found candidate (#3.2.1)
I0910 05:03:38.263034       6 plugins.go:519] GetPluginPath(resource, aws, <nil>): found in cache at /home/node/.pulumi/plugins/resource-aws-v3.2.1/pulumi-resource-aws
I0910 05:03:38.263126       6 plugins.go:433] GetPluginPath(language, nodejs, <nil>): found on $PATH /pulumi/bin/pulumi-language-nodejs
I0910 05:03:39.024905       6 plugins.go:502] GetPluginPath(resource, aws, <nil>): found candidate (#3.2.1)
I0910 05:03:39.025163       6 plugins.go:519] GetPluginPath(resource, aws, <nil>): found in cache at /home/node/.pulumi/plugins/resource-aws-v3.2.1/pulumi-resource-aws
Hmm, worked this time, sorry...
Copy code
17:05 $ dr pulumi preview -v6 --logtostderr | grep plugins.go
Creating src_pulumi_run ... done
I0910 05:05:26.250771       6 plugins.go:433] GetPluginPath(language, nodejs, <nil>): found on $PATH /pulumi/bin/pulumi-language-nodejs
I0910 05:05:26.327312       6 plugins.go:433] GetPluginPath(language, nodejs, <nil>): found on $PATH /pulumi/bin/pulumi-language-nodejs
Oh wait, no it didn't... I just did another preview without -v6 and it's complaining again...
Yep, those two lines are what I get with the same error.. hang on, I'll snippet with more detail...