We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f477b commit 8d49e77Copy full SHA for 8d49e77
1 file changed
examples/eks/locals.tf
@@ -1,5 +1,5 @@
1
locals {
2
- kubernetes_version = "1.29"
+ kubernetes_version = "1.30"
3
cluster_name = "YOUR_CLUSTER_NAME" # Must be unique for each DevOps Stack deployment in a single AWS account. Contains only alphanumeric and hyphens.
4
base_domain = "your.domain.here" # Must match a Route 53 zone in the AWS account where you are deploying the DevOps Stack.
5
subdomain = "apps"
0 commit comments