Hello, we use the pulumi-eks module with several ManagedNodeGroup (
https://www.pulumi.com/registry/packages/eks/api-docs/managednodegroup/). But this managedNodeGroups are created and updated one after another.
If we use the EKS terraform module, all the managedNodeGroups are updated simultaneously. Does someone know how to achieve the same with the pulumi eks module ?