Skip to content

Commit

Permalink
fix: Output eks module to get access to it's outputs (#276)
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
msvticket authored Jun 9, 2021
1 parent 9d1d99a commit fdee274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ output "cluster_token" {
}

output "eks_module" {
value = module.cluster.eks
value = module.eks
description = "The output of the terraform-aws-modules/eks/aws module for use in terraform"
}

Expand Down

0 comments on commit fdee274

Please sign in to comment.