This message was deleted.
# aws
s
This message was deleted.
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 :)