Hi, I’m trying to load the v2.x.0 branch of pulumi...
# aws
g
Hi, I’m trying to load the v2.x.0 branch of pulumi-aws in my go.mod but see
Copy code
/Users/user/code/pulumi-influxdb/go.mod:9: require <http://github.com/pulumi/pulumi-aws/sdk/v2/go/aws|github.com/pulumi/pulumi-aws/sdk/v2/go/aws>: version "v2.1.0" invalid: unknown revision sdk/v2/go/aws/v2.1.0
anyone have any suggestions?
w
What exactly do you have in your
go.mod
? I just tried with this and it worked fine:
Copy code
<http://github.com/pulumi/pulumi-aws/sdk/v2|github.com/pulumi/pulumi-aws/sdk/v2> v2.1.0
See also https://pkg.go.dev/github.com/pulumi/pulumi-aws/sdk/v2@v2.1.0/go/aws?tab=versions for details.
g
Hi Luke! Thanks. Yup. that was it. I had pulumi-aws at v1 and pulumi at v2. I’ve gone over go.mod and all imports to make sure everything is in lockstep…
BTW: Thank you to you and the team. I’ve spent a few hours with pulumi, and have really loved the experience. I cannot wait to destroy 95% of the ansible / TF at work :)