Skip to content

Commit

Permalink
Fix module name in output
Browse files Browse the repository at this point in the history
  • Loading branch information
cvlc committed Apr 12, 2022
1 parent 6fddff2 commit 6fd5fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/getting-started/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "configure_kubectl" {
description = "Configure kubectl: make sure you're logged in with the correct AWS profile and run the following command to update your kubeconfig"
value = "aws eks --region ${data.aws_region.current.id} update-kubeconfig --name ${module.terraform-aws-eks-blueprints.eks_cluster_id}"
value = "aws eks --region ${data.aws_region.current.id} update-kubeconfig --name ${module.eks-blueprints.eks_cluster_id}"
}

0 comments on commit 6fd5fd9

Please sign in to comment.