Skip to content

Commit

Permalink
Upgrade EKS cluster to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Momchil Minkov committed Jan 23, 2024
1 parent ad18fb9 commit 2dad921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ locals {

locals {
cluster_name = "gbcluster"
cluster_version = "1.27"
cluster_version = "1.28"
# eks_oidc_issuer_url = replace(data.aws_eks_cluster.eks_cluster.identity[0].oidc[0].issuer, "https://", "")
# eks_oidc_provider_arn = "arn:${local.partition}:iam::${local.account_id}:oidc-provider/${local.eks_oidc_issuer_url}"
}

0 comments on commit 2dad921

Please sign in to comment.