We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f50d5 commit b70a828Copy full SHA for b70a828
README.md
@@ -22,11 +22,11 @@ A full example leveraging other community modules is contained in the [examples/
22
23
```hcl
24
data "aws_eks_cluster" "cluster" {
25
- name = module.eks.cluster_id
+ name = module.my-cluster.cluster_id
26
}
27
28
data "aws_eks_cluster_auth" "cluster" {
29
30
31
32
provider "kubernetes" {
0 commit comments