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
171 stars 82 forks source link

Change arguments of NodeGroup & NodeGroupV2 to accept inputs #1415

Closed flostadler closed 1 month ago

flostadler commented 1 month ago

Historically the following NodeGroup & NodeGroupV2 input properties have been plain:

Those should instead be inputs so users can pass outputs into them.

fixes https://github.com/pulumi/pulumi-eks/issues/1274

github-actions[bot] commented 1 month ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

t0yv0 commented 1 month ago

As discussed the expected breaking changes are only for Go (and those are slight) so this is very welcome overall.