Skip to content

Commit 0f2c908

Browse files
terraform-docs: automated action
1 parent e66fcab commit 0f2c908

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,20 @@ No modules.
2525
| Name | Type |
2626
|------|------|
2727
| [aws_organizations_organizational_unit.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_organizational_unit) | resource |
28+
| [aws_organizations_policy_attachment.policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_policy_attachment) | resource |
2829
| [aws_organizations_organization.org](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organization) | data source |
2930

3031
## Inputs
3132

3233
| Name | Description | Type | Default | Required |
3334
|------|-------------|------|---------|:--------:|
34-
| <a name="input_name"></a> [name](#input\_name) | The name of the organizational unit | `string` | n/a | yes |
35+
| <a name="input_attached_policies"></a> [attached\_policies](#input\_attached\_policies) | List of policy IDs to attach to the organizational unit. | `list(string)` | `[]` | no |
36+
| <a name="input_organizational_unit_name"></a> [organizational\_unit\_name](#input\_organizational\_unit\_name) | The name of the organizational unit | `string` | n/a | yes |
37+
| <a name="input_parent_org_id"></a> [parent\_org\_id](#input\_parent\_org\_id) | The ID of the parent organizational unit. | `string` | `""` | no |
3538

3639
## Outputs
3740

3841
| Name | Description |
3942
|------|-------------|
40-
| <a name="output_id"></a> [id](#output\_id) | The ID of the organizational unit |
43+
| <a name="output_organizational_unit_id"></a> [organizational\_unit\_id](#output\_organizational\_unit\_id) | The ID of the created organizational unit. |
4144
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)