I'm trying to use the newly released awsx for gola...
# general
a
I'm trying to use the newly released awsx for golang (
go get <http://github.com/pulumi/pulumi-awsx/sdk|github.com/pulumi/pulumi-awsx/sdk>
), but getting below error when using it in code
Copy code
error: no resource plugin 'pulumi-resource-awsx' found in the workspace at version v1.0.0-testplsignore.0 or on your $PATH, install the plugin using `pulumi plugin install resource awsx v1.0.0-testplsignore.0`
any solutions to that? (tried
pulumi plugin install resource awsx v1.0.0-beta.7
but did not help)
seems
go get <http://github.com/pulumi/pulumi-awsx/sdk|github.com/pulumi/pulumi-awsx/sdk>
ended up installing
<http://github.com/pulumi/pulumi-awsx/sdk|github.com/pulumi/pulumi-awsx/sdk> v1.0.0-testplsignore.0 // indirect
but changed now to
<http://github.com/pulumi/pulumi-awsx/sdk|github.com/pulumi/pulumi-awsx/sdk> v1.0.0-beta.7
but then getting
error: failed to load plugin ~/.pulumi/plugins/resource-awsx-v1.0.0-beta.7/pulumi-resource-awsx: plugin not found
even though the file does exist
seems thats a dynamic executable 😮 so it requires stuff
is it a misstake that it was released as a dynamic executable? or is that intended?
beta.1 & beta.2 is bash script, while 5, 6 & 7 is dynamic executable