Skip to content

Conversation

@AmitThakkar
Copy link
Contributor

No description provided.

data "aws_eks_cluster_auth" "cluster" {
name = module.eks.cluster_id
name = module.my-cluster.cluster_id
Copy link
Contributor

Choose a reason for hiding this comment

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

But it's called my-cluster on line 40?

module "my-cluster" {

Copy link
Member

Choose a reason for hiding this comment

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

Yep. That's why @AmitThakkar fixed the referenced module name in datasources. Or you have to name your module module "eks" { ... } on line 40 to make the exemple works.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah yes, I must have been half asleep.

@barryib
Copy link
Member

barryib commented Jan 13, 2020

@AmitThakkar Please update your branch.

@AmitThakkar
Copy link
Contributor Author

@barryib Updated!

@barryib barryib merged commit b70a828 into terraform-aws-modules:master Jan 15, 2020
@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 20, 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.

3 participants