Skip to content

Commit

Permalink
renaming module variable
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed May 5, 2024
1 parent 7e5f150 commit 0752324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/prod/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data "aws_caller_identity" "current" {}
data "aws_availability_zones" "available" {}

data "aws_eks_cluster_auth" "default" {
name = module.eks.cluster_id
name = module.eks.cluster_name
}

provider "kubernetes" {
Expand Down

0 comments on commit 0752324

Please sign in to comment.