1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Correcting name of module (#666)

This commit is contained in:
Amit Thakkar
2020-01-15 08:05:10 +01:00
committed by Thierno IB. BARRY
parent c5f50d5969
commit b70a828877
+2 -2
View File
@@ -22,11 +22,11 @@ A full example leveraging other community modules is contained in the [examples/
```hcl
data "aws_eks_cluster" "cluster" {
name = module.eks.cluster_id
name = module.my-cluster.cluster_id
}
data "aws_eks_cluster_auth" "cluster" {
name = module.eks.cluster_id
name = module.my-cluster.cluster_id
}
provider "kubernetes" {