Skip to content

Commit

Permalink
Update .header.md (#143)
Browse files Browse the repository at this point in the history
* Update .header.md

* 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 Sep 6, 2024
1 parent 4bd1b9f commit 2a71a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ 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.33.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.11"
kube_proxy_version = "v1.28.8-eksbuild.5"
csi_driver_version = "v1.34.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.13"
kube_proxy_version = "v1.28.12-eksbuild.2"
vpc_cidr_block = "10.65.0.0/26"
region = "us-west-2"
availability_zones = ["us-west-2a", "us-west-2b"]
Expand Down
6 changes: 3 additions & 3 deletions docs/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ 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.33.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.11"
kube_proxy_version = "v1.28.8-eksbuild.5"
csi_driver_version = "v1.34.0-eksbuild.1"
coredns_version = "v1.10.1-eksbuild.13"
kube_proxy_version = "v1.28.12-eksbuild.2"
vpc_cidr_block = "10.65.0.0/26"
region = "us-west-2"
availability_zones = ["us-west-2a", "us-west-2b"]
Expand Down

0 comments on commit 2a71a68

Please sign in to comment.