This message was deleted.
# general
s
This message was deleted.
a
That sounds like a bug. Do you know what eks resource is triggering this?
b
I think it is the cluster component
I removed everything except the cluster, and the error is still here
a
Thats totally a bug. Iโ€™ll open an issue for pulumi-eks
b
Ok ! If you want I can create a fresh dummy project to check if the problem is easily reproducible. And then create the issue accordingly
a
I reprod the issue with
Copy code
from pulumi import ResourceOptions
from pulumi_eks import Cluster
from pulumi_aws import Provider

provider = Provider("aws", region="us-west-2")
Cluster("hi", ResourceOptions(providers=[provider]))
I think we can safely say its easily reproducible ๐Ÿ˜„
๐Ÿ‘ 1
b
Ok, thatโ€™s definitely easy to reproduce ๐Ÿ™‚
a
If you want to file an issue, that would be great! (otherwise I can do it ๐Ÿ˜„)
b
Yes I can do it, once done I will send the link here
๐Ÿ™ 1