pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
168 stars 76 forks source link

Underlying aws.NodeGroup resource is still created despite eks.ManagedNodeGroup erroring #1215

Open rquitales opened 4 days ago

rquitales commented 4 days ago

What happened?

Run the example given in: https://github.com/pulumi/pulumi-eks/issues/1202

Notice that the MNG has a validation error, and so should not be created. Observe that the NodeGroups are still created despite the error, resulting in a conflict/already exists error on the next pulumi up.

Example

-

Output of pulumi about

-

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).