Skip to content

Commit f3e2669

Browse files
committed
config: update terraform-docs
1 parent 3b615aa commit f3e2669

File tree

9 files changed

+19
-0
lines changed

9 files changed

+19
-0
lines changed

.terraform-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ output:
1212
file: "README.md"
1313
mode: replace
1414
template: |-
15+
<!-- BEGIN_TF_DOCS -->
1516
{{ .Content }}
17+
<!-- END_TF_DOCS -->
18+
{{- printf "\n" -}}
1619
1720
sort:
1821
enabled: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Organizations Module
23
A Terraform module for creating and managing AWS Organizations.
34

@@ -50,3 +51,4 @@ No modules.
5051
| <a name="output_aws_organizations_organization_master_account_id"></a> [aws\_organizations\_organization\_master\_account\_id](#output\_aws\_organizations\_organization\_master\_account\_id) | Identifier of the master account. |
5152
| <a name="output_aws_organizations_organization_none_master_accounts"></a> [aws\_organizations\_organization\_none\_master\_accounts](#output\_aws\_organizations\_organization\_none\_master\_accounts) | List of organization accounts excluding the master account. |
5253
| <a name="output_aws_organizations_organization_roots"></a> [aws\_organizations\_organization\_roots](#output\_aws\_organizations\_organization\_roots) | List of organization roots. |
54+
<!-- END_TF_DOCS -->

modules/account/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Organizations Account Module
23
A Terraform module for creating and managing AWS Organizations member account.
34

@@ -42,3 +43,4 @@ No modules.
4243
|------|-------------|
4344
| <a name="output_aws_organizations_account_arn"></a> [aws\_organizations\_account\_arn](#output\_aws\_organizations\_account\_arn) | The ARN for this account. |
4445
| <a name="output_aws_organizations_account_id"></a> [aws\_organizations\_account\_id](#output\_aws\_organizations\_account\_id) | The AWS account id. |
46+
<!-- END_TF_DOCS -->

modules/account_users_and_groups_assignments/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Account Users and Groups Assignments Module
23
A Terraform module for assigning users and groups to AWS accounts.
34

@@ -47,3 +48,4 @@ No modules.
4748
| Name | Description |
4849
|------|-------------|
4950
| <a name="output_assignments"></a> [assignments](#output\_assignments) | The account assignment resources created for AWS SSO. Each resource includes details about the account, permission set, principal, and the status of the assignments. |
51+
<!-- END_TF_DOCS -->

modules/organizational_unit/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Organizational Unit Module
23
A Terraform module for creating and managing AWS Organizational Unit.
34

@@ -40,3 +41,4 @@ No modules.
4041
| <a name="output_aws_organizations_organizational_unit_accounts"></a> [aws\_organizations\_organizational\_unit\_accounts](#output\_aws\_organizations\_organizational\_unit\_accounts) | List of child accounts for org\_unit Organizational Unit. |
4142
| <a name="output_aws_organizations_organizational_unit_arn"></a> [aws\_organizations\_organizational\_unit\_arn](#output\_aws\_organizations\_organizational\_unit\_arn) | ARN of the organizational unit. |
4243
| <a name="output_aws_organizations_organizational_unit_id"></a> [aws\_organizations\_organizational\_unit\_id](#output\_aws\_organizations\_organizational\_unit\_id) | Identifier of the organization unit. |
44+
<!-- END_TF_DOCS -->

modules/permission_sets/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Organizations Permission-Sets Module
23
A Terraform module for creating and managing AWS SSO (Single Sign-On) Permission Sets within AWS Organizations
34

@@ -40,3 +41,4 @@ No modules.
4041
| Name | Description |
4142
|------|-------------|
4243
| <a name="output_permission_sets_arns"></a> [permission\_sets\_arns](#output\_permission\_sets\_arns) | A map of the permission sets that were created. Each key is the name of the permission set, and the value contains the ARNs of the created permission sets. |
44+
<!-- END_TF_DOCS -->

modules/policy/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Organizations Policy Module
23

34
A Terraform module for creating and managing AWS Organizations Policy.
@@ -43,3 +44,4 @@ No modules.
4344
| <a name="output_aws_organizations_policy_arn"></a> [aws\_organizations\_policy\_arn](#output\_aws\_organizations\_policy\_arn) | Amazon Resource Name (ARN) of the policy. |
4445
| <a name="output_aws_organizations_policy_id"></a> [aws\_organizations\_policy\_id](#output\_aws\_organizations\_policy\_id) | The unique identifier (ID) of the policy. |
4546
| <a name="output_aws_organizations_policy_tags_all"></a> [aws\_organizations\_policy\_tags\_all](#output\_aws\_organizations\_policy\_tags\_all) | A map of tags assigned to the resource, including those inherited from the provider default\_tags configuration block. |
47+
<!-- END_TF_DOCS -->

modules/policy_attachment/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Organizations Policy Attachement module
23
A Terraform module for attaching policies to organizational unit or accounts
34

@@ -35,3 +36,4 @@ No modules.
3536
## Outputs
3637

3738
No outputs.
39+
<!-- END_TF_DOCS -->

modules/sso_groups/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# Terraform AWS Organizations SSO Groups module
23
A Terraform module for creating sso groups and attaching users to the groups within the organisation.
34

@@ -39,3 +40,4 @@ No modules.
3940
| Name | Description |
4041
|------|-------------|
4142
| <a name="output_sso_group_ids"></a> [sso\_group\_ids](#output\_sso\_group\_ids) | A map of SSO groups IDs created by this module |
43+
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)