Skip to content

Commit

Permalink
Merge pull request #16 from caiocsgomes/fix-aws-auth
Browse files Browse the repository at this point in the history
renaming module variable
  • Loading branch information
caiocsgomes authored May 5, 2024
2 parents 7e5f150 + 0752324 commit d078541
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 d078541

Please sign in to comment.