Skip to content

Conversation

Woodstein-Inc
Copy link

Description

Made instance_type nullable in the self-managed-node-groups module

Motivation and Context

#3453

Breaking Changes

N/A

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

When making the change in this PR the following code works.

<...>
      instance_type = null
      instance_requirements = {
        vcpu_count = {
          min = 2
        }
        memory_mib = {
          min = 8192
        }
        instance_generations = ["current", "previous"]
      }
<...>

@antonbabenko
Copy link
Member

This issue has been resolved in version 21.0.6 🎉

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants