-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve resource: received error from gRPC call - Calling [toString] on an [Output<T>] is not supported. #517
Comments
Hi. As far as I know this is an upstream issue that we have reported and it got fixed. I'll check if it was published already and generate a new EKS provider if it was. |
Thanks. I believe I had tried in a Docker container to make sure that I was starting fresh/nothing from my environment was conflicting. Hopefully it's already been fixed, but if not I'm happy to post more info. If anyone else happens to run into this right now, I was able to work around it by specifying
|
for reference: pulumi/pulumi-eks#1160 |
there was a new release of pulumi-eks last week: 2.7.1, let me get this published |
Ok, so this is fixed in 2.7.1, buuuuut #493 is not :( And that one is on our side, @PawelGizka is working on it. |
@PawelGizka can you test this one and #493 with current main (I merged #526 which fixes #493, hopefully)? |
Tested with current main, it works! Now we're thinking how to release it properly. |
aws-eks
example fails when running @0.3.2
.The same thing fails (creating an EKS cluster) on my project when trying to create an EKS cluster, although it works fine if I downgrade to 0.2.x.
Also, if you just remove the
instanceType
it'll work fine, without being able to specify the instance type, as in:The text was updated successfully, but these errors were encountered: