Skip to content

Commit

Permalink
#1 - test v2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Oct 30, 2024
1 parent 55ba810 commit 059ef97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/terraform/tier1/modules/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ provider "aws" {
}

# Create an EKS Cluster

resource "aws_eks_cluster" "eks_cluster" {
name = "example-eks-cluster"
version = "1.31" # Specify your desired Kubernetes version
version = "1.30" # Specify your desired Kubernetes version

role_arn = aws_iam_role.eks_cluster_role.arn

Expand Down

0 comments on commit 059ef97

Please sign in to comment.