Skip to content

Commit

Permalink
chore: update docs (#47)
Browse files Browse the repository at this point in the history
* chore: update docs

* terraform-docs: automated action

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
venkatamutyala and github-actions[bot] authored Aug 6, 2023
1 parent ba0eacd commit 9dc4154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more details see: https://github.com/GlueOps/terraform-module-cloud-aws-kube

```hcl
module "captain" {
iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-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.27"
csi_driver_version = "v1.21.0-eksbuild.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more details see: https://github.com/GlueOps/terraform-module-cloud-aws-kube

```hcl
module "captain" {
iam_role_to_assume = "arn:aws:iam::1234567890:role/glueops-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.27"
csi_driver_version = "v1.21.0-eksbuild.1"
Expand Down

0 comments on commit 9dc4154

Please sign in to comment.