Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ebi-yade committed Apr 13, 2021
1 parent 8e415e6 commit 4de0df9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/d/organizations_accounts.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ subcategory: "Organizations"
layout: "aws"
page_title: "AWS: aws_organizations_accounts"
description: |-
Get all direct child organizational units under a parent organizational unit. This only provides immediate children, not all children.
Get all direct child organizational units under a parent organizational unit. This only provides immediate children, not all children.
---

# Data Source: aws_organizations_accounts
Expand All @@ -27,8 +27,8 @@ data "aws_organizations_accounts" "ou" {
## Attributes Reference

* `children` - List of child accounts, which have the following attributes:
* `arn` - ARN of the organizational account
* `name` - Name of the organizational account
* `id` - ID of the organizational account
* `email` - `email` - Email of the account
* `arn` - ARN of the organizational account
* `name` - Name of the organizational account
* `id` - ID of the organizational account
* `email` - `email` - Email of the account
* `id` - Parent identifier of the accounts.

0 comments on commit 4de0df9

Please sign in to comment.