Skip to content

Commit

Permalink
Merge pull request #18 from terraform-modules/morga471-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
badra001 committed Jul 22, 2026
2 parents 25ce266 + 61413b7 commit ec8a0b7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/full-cluster-tf-upgrade/1.35/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EKS Full Cluster Example 1.34
# EKS Full Cluster Example 1.35

This is for deploying an EKS cluster with 1.34.
This is for deploying an EKS cluster with 1.35.

## About

Expand Down Expand Up @@ -75,7 +75,7 @@ Here is a sample file:

```hcl
cluster_name = "org-project-env"
cluster_version = "1.34"
cluster_version = "1.35"
region = "us-gov-east-1"
domain = "org-project-env.env.domain.census.gov"
contact_email = "org-project-env-group-mailing-list@census.gov"
Expand Down Expand Up @@ -474,3 +474,7 @@ clusterrolebinding.rbac.authorization.k8s.io/eks-console-dashboard-full-access-b
- 2.8.0 -- 2026-04-16
- update to 1.34
- only addons updated from 1.32. needs more changes to make it work

- 2.9.0 -- 2026-07-22
- update to 1.35
- many changes for tagging across cluster

0 comments on commit ec8a0b7

Please sign in to comment.