-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix: Update examples to show integration and usage of new IRSA submodule #1882
Conversation
a595ff0
to
ecbc621
Compare
@@ -234,10 +234,6 @@ resource "aws_eks_addon" "this" { | |||
] | |||
} | |||
|
|||
# Note: if an addon needs to be provisioned ahead of a node group users will |
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.
No longer need this note - this will most likely stay as its defined
vpc_cni_enable_ipv6 = true | ||
|
||
oidc_providers = { | ||
ex = { |
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.
ex
is what you called main
in another module (iam
), right? main
seems more descriptive to me.
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.
fixed all references in 94c0309
### [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))
This PR is included in version 18.7.2 🎉 |
### [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))
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. |
Description
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*
projects