You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_organizations_organization.org](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organization)| data source |
29
30
30
31
## Inputs
31
32
32
33
| Name | Description | Type | Default | Required |
| <aname="input_name"></a> [name](#input\_name)| The name of the organizational unit |`string`| n/a | yes |
35
+
| <aname="input_attached_policies"></a> [attached\_policies](#input\_attached\_policies)| List of policy IDs to attach to the organizational unit. |`list(string)`|`[]`| no |
36
+
| <aname="input_organizational_unit_name"></a> [organizational\_unit\_name](#input\_organizational\_unit\_name)| The name of the organizational unit |`string`| n/a | yes |
37
+
| <aname="input_parent_org_id"></a> [parent\_org\_id](#input\_parent\_org\_id)| The ID of the parent organizational unit. |`string`|`""`| no |
35
38
36
39
## Outputs
37
40
38
41
| Name | Description |
39
42
|------|-------------|
40
-
| <aname="output_id"></a> [id](#output\_id)| The ID of the organizational unit |
43
+
| <aname="output_organizational_unit_id"></a> [organizational\_unit\_id](#output\_organizational\_unit\_id)| The ID of the created organizational unit.|
0 commit comments