Skip to content

Commit 59b6143

Browse files
terraform-docs: automated action
1 parent 0af4d70 commit 59b6143

File tree

8 files changed

+16
-32
lines changed

8 files changed

+16
-32
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!-- BEGIN_TF_DOCS -->
2-
# Terraform AWS Organizations Module
1+
<!-- BEGIN_TF_DOCS -->\n# Terraform AWS Organizations Module
32
A Terraform module for creating and managing AWS Organizations.
43

54
## Available Features
@@ -50,5 +49,4 @@ No modules.
5049
| <a name="output_aws_organizations_organization_master_account_email"></a> [aws\_organizations\_organization\_master\_account\_email](#output\_aws\_organizations\_organization\_master\_account\_email) | Email address of the master account. |
5150
| <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. |
5251
| <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. |
53-
| <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 -->
52+
| <a name="output_aws_organizations_organization_roots"></a> [aws\_organizations\_organization\_roots](#output\_aws\_organizations\_organization\_roots) | List of organization roots. |\n<!-- END_TF_DOCS -->\n

modules/account/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!-- BEGIN_TF_DOCS -->
2-
# Terraform AWS Organizations Account Module
1+
<!-- BEGIN_TF_DOCS -->\n# Terraform AWS Organizations Account Module
32
A Terraform module for creating and managing AWS Organizations member account.
43

54
## Requirements
@@ -42,5 +41,4 @@ No modules.
4241
| Name | Description |
4342
|------|-------------|
4443
| <a name="output_aws_organizations_account_arn"></a> [aws\_organizations\_account\_arn](#output\_aws\_organizations\_account\_arn) | The ARN for this account. |
45-
| <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 -->
44+
| <a name="output_aws_organizations_account_id"></a> [aws\_organizations\_account\_id](#output\_aws\_organizations\_account\_id) | The AWS account id. |\n<!-- END_TF_DOCS -->\n

modules/account_users_and_groups_assignments/README.md

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

54
## Requirements
@@ -47,5 +46,4 @@ No modules.
4746

4847
| Name | Description |
4948
|------|-------------|
50-
| <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 -->
49+
| <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. |\n<!-- END_TF_DOCS -->\n

modules/organizational_unit/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!-- BEGIN_TF_DOCS -->
2-
# Terraform AWS Organizational Unit Module
1+
<!-- BEGIN_TF_DOCS -->\n# Terraform AWS Organizational Unit Module
32
A Terraform module for creating and managing AWS Organizational Unit.
43

54
## Requirements
@@ -40,5 +39,4 @@ No modules.
4039
|------|-------------|
4140
| <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. |
4241
| <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. |
43-
| <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 -->
42+
| <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. |\n<!-- END_TF_DOCS -->\n

modules/permission_sets/README.md

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

54
## Requirements
@@ -40,5 +39,4 @@ No modules.
4039

4140
| Name | Description |
4241
|------|-------------|
43-
| <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 -->
42+
| <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. |\n<!-- END_TF_DOCS -->\n

modules/policy/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!-- BEGIN_TF_DOCS -->
2-
# Terraform AWS Organizations Policy Module
1+
<!-- BEGIN_TF_DOCS -->\n# Terraform AWS Organizations Policy Module
32

43
A Terraform module for creating and managing AWS Organizations Policy.
54

@@ -43,5 +42,4 @@ No modules.
4342
|------|-------------|
4443
| <a name="output_aws_organizations_policy_arn"></a> [aws\_organizations\_policy\_arn](#output\_aws\_organizations\_policy\_arn) | Amazon Resource Name (ARN) of the policy. |
4544
| <a name="output_aws_organizations_policy_id"></a> [aws\_organizations\_policy\_id](#output\_aws\_organizations\_policy\_id) | The unique identifier (ID) of the policy. |
46-
| <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 -->
45+
| <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. |\n<!-- END_TF_DOCS -->\n

modules/policy_attachment/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!-- BEGIN_TF_DOCS -->
2-
# Terraform AWS Organizations Policy Attachement module
1+
<!-- BEGIN_TF_DOCS -->\n# Terraform AWS Organizations Policy Attachement module
32
A Terraform module for attaching policies to organizational unit or accounts
43

54
## Requirements
@@ -35,5 +34,4 @@ No modules.
3534

3635
## Outputs
3736

38-
No outputs.
39-
<!-- END_TF_DOCS -->
37+
No outputs.\n<!-- END_TF_DOCS -->\n

modules/sso_groups/README.md

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

54
## Requirements
@@ -39,5 +38,4 @@ No modules.
3938

4039
| Name | Description |
4140
|------|-------------|
42-
| <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 -->
41+
| <a name="output_sso_group_ids"></a> [sso\_group\_ids](#output\_sso\_group\_ids) | A map of SSO groups IDs created by this module |\n<!-- END_TF_DOCS -->\n

0 commit comments

Comments
 (0)