-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instanceProfileName input property to nodegroups (#1496)
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]>
- Loading branch information
1 parent
a1061b6
commit 230eba5
Showing
32 changed files
with
717 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.