Skip to content

Commit 0ad026d

Browse files
debug: adding empty line to debug why an action isn't running (#170)
* debug: adding empty line to debug why an action isn't running * docs: automated update of terraform docs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 20e7d31 commit 0ad026d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module "captain" {
1818
iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-captain-role"
1919
source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git"
2020
eks_version = "1.28"
21-
csi_driver_version = "v1.34.0-eksbuild.1"
21+
csi_driver_version = "v1.35.0-eksbuild.1"
2222
coredns_version = "v1.10.1-eksbuild.13"
2323
kube_proxy_version = "v1.28.12-eksbuild.5"
2424
vpc_cidr_block = "10.65.0.0/26"

docs/.header.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This terraform module is to help you quickly deploy a EKS cluster on Amazon Web
1010

1111
For more details see: https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster/wiki/
1212

13+
1314
### Example usage of module
1415

1516
```hcl

0 commit comments

Comments
 (0)