You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `instanceProfileName` as an `Input<string>` field to `NodeGroup` and
`NodeGroupV2`. This unblocks
pulumi/pulumi-self-hosted-installers#181 by
creating a path for users to create an `InstanceProfile` in a separate
stack from the `NodeGroup` and pass the instance profile's name by stack
reference. Currently pulumi/pulumi#17515,
prevents `NodeGroup` components from accepting `InstanceProfile` values
created in another stack and provided to the `NodeGroup`'s stack by
`aws.iam.InstanceProfile.get()`, and the `instanceProfile` parameter
cannot accept an `InstanceProfile` resource passed by stack reference
because the `instanceProfile` parameter is a plain `InstanceProfile`
type, not an `Input<InstanceProfile>`.
Closes#1497
Co-authored-by: Jonathan Davenport <[email protected]>
Hello!
Issue details
In order to keep up with pulumi eks features, upgrade pulumi/eks to 3.0.1
Affected area/feature
The text was updated successfully, but these errors were encountered: