Skip to content

Commit

Permalink
Merge pull request #3 from truefoundry/eks1-27
Browse files Browse the repository at this point in the history
Update EKS cluster to 1.27 version
  • Loading branch information
dunefro authored Oct 25, 2023
2 parents 72b9488 + c2ff461 commit 1c760ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_aws-eks-kubernetes-cluster"></a> [aws-eks-kubernetes-cluster](#module\_aws-eks-kubernetes-cluster) | terraform-aws-modules/eks/aws | v19.15.3 |
| <a name="module_aws-eks-kubernetes-cluster"></a> [aws-eks-kubernetes-cluster](#module\_aws-eks-kubernetes-cluster) | terraform-aws-modules/eks/aws | v19.17.2 |

## Resources

Expand Down
4 changes: 2 additions & 2 deletions eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

module "aws-eks-kubernetes-cluster" {
source = "terraform-aws-modules/eks/aws"
version = "v19.15.3"
version = "v19.17.2"
cluster_name = var.cluster_name
cluster_version = "1.26"
cluster_version = "1.27"
cluster_enabled_log_types = var.cluster_enabled_log_types
cluster_additional_security_group_ids = var.cluster_additional_security_group_ids
subnet_ids = var.subnet_ids
Expand Down

0 comments on commit 1c760ea

Please sign in to comment.