Skip to content

Commit 5037d89

Browse files
terraform-docs: automated action
1 parent 920de05 commit 5037d89

File tree

8 files changed

+32
-16
lines changed

8 files changed

+32
-16
lines changed

README.md

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

45
## Available Features
@@ -49,4 +50,5 @@ No modules.
4950
| <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. |
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. |
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
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 -->\n

modules/account/README.md

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

45
## Requirements
@@ -41,4 +42,5 @@ No modules.
4142
| Name | Description |
4243
|------|-------------|
4344
| <a name="output_aws_organizations_account_arn"></a> [aws\_organizations\_account\_arn](#output\_aws\_organizations\_account\_arn) | The ARN for this account. |
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
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 -->\n

modules/account_users_and_groups_assignments/README.md

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

45
## Requirements
@@ -46,4 +47,5 @@ No modules.
4647

4748
| Name | Description |
4849
|------|-------------|
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
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 -->\n

modules/organizational_unit/README.md

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

45
## Requirements
@@ -39,4 +40,5 @@ No modules.
3940
|------|-------------|
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. |
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
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 -->\n

modules/permission_sets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<!-- BEGIN_TF_DOCS -->\n# Terraform AWS Organizations Permission-Sets Module
1+
<!-- BEGIN_TF_DOCS -->
2+
# 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

45
## Requirements
@@ -39,4 +40,5 @@ No modules.
3940

4041
| Name | Description |
4142
|------|-------------|
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
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 -->\n

modules/policy/README.md

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

34
A Terraform module for creating and managing AWS Organizations Policy.
45

@@ -42,4 +43,5 @@ No modules.
4243
|------|-------------|
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. |
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
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 -->\n

modules/policy_attachment/README.md

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

45
## Requirements
@@ -34,4 +35,5 @@ No modules.
3435

3536
## Outputs
3637

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

modules/sso_groups/README.md

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

45
## Requirements
@@ -38,4 +39,5 @@ No modules.
3839

3940
| Name | Description |
4041
|------|-------------|
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
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 -->\n

0 commit comments

Comments
 (0)