Hi, I just started with pulumi go. I was trying to...
# golang
r
Hi, I just started with pulumi go. I was trying to follow the documentation but it seems I am missing
aws
plugin. I get an error about it when I run
pulumi up
. How can I install the latest version of this plugin
l
https://github.com/pulumi/pulumi-aws#go
go get <http://github.com/pulumi/pulumi-aws/sdk/go/|github.com/pulumi/pulumi-aws/sdk/go/>...
r
I do have this in my
$GOPATH
. do I need to build it?
this is the error that I get:
Copy code
no resource plugin 'aws' found in the workspace or on your $PATH
btw, thank you for pointing that out
so I had to install the plugin like this to make it work:
Copy code
plugin install resource aws v1.21.0
l
Sorry about this, we've updated our getting started docs to account for this until we complete the work that fixes this automatically https://github.com/pulumi/pulumi/issues/1549