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 f33d427 commit 2497e0bCopy full SHA for 2497e0b
EKS/FSxN-as-PVC-for-EKS/terraform/eks-cluster.tf
@@ -122,11 +122,3 @@ data "cloudinit_config" "cloudinit" {
122
content = file("scripts/iscsi.sh")
123
}
124
125
-
126
-data "aws_eks_cluster" "eks" {
127
- name = module.eks.cluster_name
128
-}
129
130
-data "aws_eks_cluster_auth" "eks" {
131
132
EKS/FSxN-as-PVC-for-EKS/terraform/outputs.tf
@@ -24,7 +24,7 @@ output "fsx-management-ip" {
24
25
26
output "eks-cluster-name" {
27
- value = data.aws_eks_cluster.eks.id
+ value = module.eks.cluster_name
28
29
30
output "vpc-id" {
0 commit comments