Skip to content

Commit 9389e3e

Browse files
committed
updating docs templates
1 parent 6897401 commit 9389e3e

File tree

6 files changed

+3
-21
lines changed

6 files changed

+3
-21
lines changed

terraform/modules/aws-policies/.terraform.docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ content: |-
2525
{{ .Providers }}
2626
{{ .Requirements }}
2727
{{ .Footer }}
28-
To automatically update this documentation, install terraform-docs on your local machine run the following:
29-
cd <directory of README location to update>
30-
terraform-docs -c .terraform.docs.yml .
28+
3129
output:
3230
file: README.md
3331
mode: replace

terraform/modules/aws-policies/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ This module declares all of the resources necessary to create AWS IAM policies.
2626
|------|---------|
2727
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
2828

29-
30-
To automatically update this documentation, install terraform-docs on your local machine run the following:
31-
cd <directory of README location to update>
32-
terraform-docs -c .terraform.docs.yml .
3329
<!-- END_TF_DOCS -->

terraform/modules/aws-roles/.terraform.docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ content: |-
2525
{{ .Providers }}
2626
{{ .Requirements }}
2727
{{ .Footer }}
28-
To automatically update this documentation, install terraform-docs on your local machine run the following:
29-
cd <directory of README location to update>
30-
terraform-docs -c .terraform.docs.yml .
28+
3129
output:
3230
file: README.md
3331
mode: replace

terraform/modules/aws-roles/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,4 @@ This module declares all of the resources necessary to create AWS IAM roles.
2929
|------|---------|
3030
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
3131

32-
33-
To automatically update this documentation, install terraform-docs on your local machine run the following:
34-
cd <directory of README location to update>
35-
terraform-docs -c .terraform.docs.yml .
3632
<!-- END_TF_DOCS -->

terraform/modules/aws-users/.terraform.docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ content: |-
2525
{{ .Providers }}
2626
{{ .Requirements }}
2727
{{ .Footer }}
28-
To automatically update this documentation, install terraform-docs on your local machine run the following:
29-
cd <directory of README location to update>
30-
terraform-docs -c .terraform.docs.yml .
28+
3129
output:
3230
file: README.md
3331
mode: replace

terraform/modules/aws-users/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,4 @@ This module declares all of the resources necessary to create AWS IAM users.
3232
|------|---------|
3333
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
3434

35-
36-
To automatically update this documentation, install terraform-docs on your local machine run the following:
37-
cd <directory of README location to update>
38-
terraform-docs -c .terraform.docs.yml .
3935
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)