File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module "captain" {
18
18
iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-captain-role"
19
19
source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git"
20
20
eks_version = "1.28"
21
- csi_driver_version = "v1.34 .0-eksbuild.1"
21
+ csi_driver_version = "v1.35 .0-eksbuild.1"
22
22
coredns_version = "v1.10.1-eksbuild.13"
23
23
kube_proxy_version = "v1.28.12-eksbuild.5"
24
24
vpc_cidr_block = "10.65.0.0/26"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This terraform module is to help you quickly deploy a EKS cluster on Amazon Web
10
10
11
11
For more details see: https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster/wiki/
12
12
13
+
13
14
### Example usage of module
14
15
15
16
``` hcl
You can’t perform that action at this time.
0 commit comments