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

fix: Update examples to show integration and usage of new IRSA submodule #1882

Conversation

bryantbiggs
Copy link
Member

@bryantbiggs bryantbiggs commented Feb 16, 2022

Description

  • Update examples to show integration and usage of new IRSA role submodules
  • Correct one instance of hard coded AWS DNS suffix to use AWS partition data source

Motivation and Context

  • Better inform users how to use new IRSA module that integrates with this module

Breaking Changes

  • No

How Has This Been Tested?

  • I have tested and validated these changes using one or more of the provided examples/* projects

@bryantbiggs bryantbiggs changed the title fix: Update examples to show integration and usage of new IRSA role submodules fix: Update examples to show integration and usage of new IRSA submodule Feb 16, 2022
@bryantbiggs bryantbiggs marked this pull request as ready for review February 16, 2022 20:00
@bryantbiggs bryantbiggs removed the wip label Feb 16, 2022
@@ -234,10 +234,6 @@ resource "aws_eks_addon" "this" {
]
}

# Note: if an addon needs to be provisioned ahead of a node group users will
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer need this note - this will most likely stay as its defined

vpc_cni_enable_ipv6 = true

oidc_providers = {
ex = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ex is what you called main in another module (iam), right? main seems more descriptive to me.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed all references in 94c0309

@antonbabenko antonbabenko merged commit 8de02b9 into terraform-aws-modules:master Feb 16, 2022
@bryantbiggs bryantbiggs deleted the chore/irsa-example-update branch February 16, 2022 20:23
antonbabenko pushed a commit that referenced this pull request Feb 16, 2022
### [18.7.2](v18.7.1...v18.7.2) (2022-02-16)

### Bug Fixes

* Update examples to show integration and usage of new IRSA submodule ([#1882](#1882)) ([8de02b9](8de02b9))
@antonbabenko
Copy link
Member

This PR is included in version 18.7.2 🎉

baibailiha added a commit to baibailiha/terraform-aws-eks that referenced this pull request Sep 13, 2022
### [18.7.2](terraform-aws-modules/terraform-aws-eks@v18.7.1...v18.7.2) (2022-02-16)

### Bug Fixes

* Update examples to show integration and usage of new IRSA submodule ([#1882](terraform-aws-modules/terraform-aws-eks#1882)) ([1776faa](terraform-aws-modules/terraform-aws-eks@1776faa))
@github-actions
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 Nov 10, 2022
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