Skip to content

Commit

Permalink
Merge pull request #46 from moksongmin/upgrade-eks-version
Browse files Browse the repository at this point in the history
Upgrade EKS cluster to the latest version
  • Loading branch information
moksongmin authored Jan 24, 2024
2 parents ad18fb9 + 2dad921 commit dc47d83
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 dc47d83

Please sign in to comment.