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

Correcting name of module #666

Merged
merged 2 commits into from
Jan 15, 2020
Merged

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