mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-19 10:08:00 +01:00
Correcting name of module (#666)
This commit is contained in:
committed by
Thierno IB. BARRY
parent
c5f50d5969
commit
b70a828877
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user