-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Search for Windows or Linux AMIs only if they are needed #1371
feat: Search for Windows or Linux AMIs only if they are needed #1371
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you! Just ran a plan with this branch, and it doesn't error out, even though there's not a 1.20 windows ami yet. 🎉
7891780
to
32cbd87
Compare
v16.1.0 is released. |
This PR introduced a bug that breaks if Windows nodes are used: 06e9078#diff-2fdb488192d2afd49fb090fcc8bd32fd3af72bcb789420915e78d6406ef9e2e4R19
|
@brettcave What do you mean by "it brakes" ? Can you please share your error and configuration ? |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
This will add support to search for Windows (or Linux) AMI only if they are needed.
Checklist