Skip to content

Commit

Permalink
debug: adding empty line to debug why an action isn't running (#170)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
venkatamutyala and github-actions[bot] authored Oct 12, 2024
1 parent 20e7d31 commit 0ad026d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "captain" {
iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-captain-role"
source = "git::https://github.com/GlueOps/terraform-module-cloud-aws-kubernetes-cluster.git"
eks_version = "1.28"
csi_driver_version = "v1.34.0-eksbuild.1"
csi_driver_version = "v1.35.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.13"
kube_proxy_version = "v1.28.12-eksbuild.5"
vpc_cidr_block = "10.65.0.0/26"
Expand Down
1 change: 1 addition & 0 deletions docs/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This terraform module is to help you quickly deploy a EKS cluster on Amazon Web

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


### Example usage of module

```hcl
Expand Down

0 comments on commit 0ad026d

Please sign in to comment.