File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module "captain" {
1818 iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-captain"
1919 source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git"
2020 eks_version = "1.27"
21- csi_driver_version = "v1.19 .0-eksbuild.1"
21+ csi_driver_version = "v1.20 .0-eksbuild.1"
2222 vpc_cidr_block = "10.65.0.0/26"
2323 region = "us-west-2"
2424 availability_zones = ["us-west-2a", "us-west-2b"]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "captain" {
1717 iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-captain"
1818 source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git"
1919 eks_version = "1.27"
20- csi_driver_version = "v1.19 .0-eksbuild.1"
20+ csi_driver_version = "v1.20 .0-eksbuild.1"
2121 vpc_cidr_block = "10.65.0.0/26"
2222 region = "us-west-2"
2323 availability_zones = ["us-west-2a", "us-west-2b"]
You can’t perform that action at this time.
0 commit comments