Skip to content

Commit b70a828

Browse files
AmitThakkarbarryib
authored andcommitted
Correcting name of module (terraform-aws-modules#666)
1 parent c5f50d5 commit b70a828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ A full example leveraging other community modules is contained in the [examples/
2222

2323
```hcl
2424
data "aws_eks_cluster" "cluster" {
25-
name = module.eks.cluster_id
25+
name = module.my-cluster.cluster_id
2626
}
2727
2828
data "aws_eks_cluster_auth" "cluster" {
29-
name = module.eks.cluster_id
29+
name = module.my-cluster.cluster_id
3030
}
3131
3232
provider "kubernetes" {

0 commit comments

Comments
 (0)