https://pulumi.com logo
#golang
Title
r

refined-terabyte-71453

02/07/2020, 10:11 PM
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

lemon-agent-27707

02/07/2020, 10:41 PM
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

refined-terabyte-71453

02/07/2020, 10:50 PM
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

lemon-agent-27707

02/20/2020, 5:51 PM
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
3 Views