Skip to content

Commit

Permalink
Merge commit
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 32b690c4ac98c6c00322085e37ff4b1cc9a50b94
  • Loading branch information
Alex Okafor authored and SupportSDM committed Sep 2, 2020
1 parent 749d66e commit 14fa769
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 15 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The following arguments are supported by a Accounts data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a Accounts data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_account ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `accounts` - A single element list containing a map, where each key lists one of the following objects:
* user:
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/account_attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following arguments are supported by a AccountAttachments data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a AccountAttachments data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_account_attachment ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `account_attachments` - A list where each element has the following attributes:
* `id` - Unique identifier of the AccountAttachment.
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/account_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following arguments are supported by a AccountGrants data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a AccountGrants data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_account_grant ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `account_grants` - A list where each element has the following attributes:
* `id` - Unique identifier of the AccountGrant.
Expand Down
15 changes: 0 additions & 15 deletions docs/data-sources/index.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/data-sources/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following arguments are supported by a Nodes data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a Nodes data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_node ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `nodes` - A single element list containing a map, where each key lists one of the following objects:
* relay:
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following arguments are supported by a Resources data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a Resources data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_resource ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `resources` - A single element list containing a map, where each key lists one of the following objects:
* athena:
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/role.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following arguments are supported by a Roles data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a Roles data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_role ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `roles` - A list where each element has the following attributes:
* `id` - Unique identifier of the Role.
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/role_attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following arguments are supported by a RoleAttachments data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a RoleAttachments data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_role_attachment ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `role_attachments` - A list where each element has the following attributes:
* `id` - Unique identifier of the RoleAttachment.
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/role_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following arguments are supported by a RoleGrants data source:

## Attribute Reference
In addition to provided arguments above, the following attributes are returned by a RoleGrants data source:
* `id` - a generated id representing this request, unrelated to input id and sdm_role_grant ids.
* `ids` - a list of strings of ids of data sources that match the given arguments.
* `role_grants` - A list where each element has the following attributes:
* `id` - Unique identifier of the RoleGrant.
Expand Down

0 comments on commit 14fa769

Please sign in to comment.