Skip to content
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: Support bootstrap_self_managed_addons #3099

Conversation

kimxogus
Copy link
Contributor

@kimxogus kimxogus commented Jul 12, 2024

Description

Add bootstrap_self_managed_addons variable to aws_eks_cluster resource

Motivation and Context

https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.58.0
hashicorp/terraform-provider-aws#38162

Breaking Changes

No

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

@kimxogus kimxogus changed the title feat: bootstrap_self_managed_addons feat: Support bootstrap_self_managed_addons Jul 12, 2024
@kimxogus kimxogus changed the title feat: Support bootstrap_self_managed_addons feat: Support bootstrap_self_managed_addons Jul 12, 2024
variables.tf Outdated Show resolved Hide resolved
examples/karpenter/main.tf Outdated Show resolved Hide resolved
@bryantbiggs bryantbiggs merged commit af88e7d into terraform-aws-modules:master Jul 15, 2024
20 checks passed
antonbabenko pushed a commit that referenced this pull request Jul 15, 2024
## [20.18.0](v20.17.2...v20.18.0) (2024-07-15)

### Features

* Support `bootstrap_self_managed_addons` ([#3099](#3099)) ([af88e7d](af88e7d))
@antonbabenko
Copy link
Member

This PR is included in version 20.18.0 🎉

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 15, 2024
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.

Support creating a cluster with no default unmanaged add-ons: bootstrap_self_managed_addons=false.
3 participants