-
-
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
The aws-auth submodule for the aws/eks module no longer validates #3077
Comments
that is not true - its no longer in the root module, you need to define a new sub-module definition to use that |
First, thank you for the response. The docs should probably be updated... And not to be too dense, but by submodule definition, I should insert something like...
...because I make my way through these things by documentation as opposed to actually knowing what I'm doing. |
I figured out the module declaration. Thnks. |
@zenbones what's the proper module declaration? I'm experiencing the same issue. |
Whether something is true or not it is complex topic, but I can say that I found the same issue. I understand that this is a change in the contract of the module, and as such it should be treated gently. For other humans arriving here, taking the original example that opened the issue:
We need to move all auth related things to a new module definition, like
|
But if this problem is coming from an upgrade, you might find the following links helpful to find out what else is failing and for a little bit of context:
And also: |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
In the terraform-aws-modules/eks/aws module version 19.17.2 this worked...
But with version 20.14.0 I get...
But checking the docs for aws-auth, the example seems to show that this should still work.
The text was updated successfully, but these errors were encountered: