Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Nam authored and Sharon Nam committed Mar 28, 2024
1 parent ce99f6f commit 76d4a34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/36560.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
aws_resourceexplorer2_search
```
6 changes: 3 additions & 3 deletions website/docs/d/resourceexplorer2_search.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This data source exports the following attributes in addition to the arguments a

* `resource_count` - Number of resources that match the query. See [`resource_count`](#resource_count-attribute-reference) below.
* `resources` - List of structures that describe the resources that match the query. See [`resources`](#resources-attribute-reference) below.
* `id` - Query String
* `id` - Query String.

### `resource_count` Attribute Reference

Expand All @@ -45,7 +45,7 @@ This data source exports the following attributes in addition to the arguments a

### `resources` Attribute Reference

* `arn` - Amazon resource name of resource
* `arn` - Amazon resource name of resource.
* `last_reported_at` - Date and time that Resource Explorer last queried this resource and updated the index with the latest information about the resource.
* `owning_account_id` - Amazon Web Services account that owns the resource.
* `resource_property` - Structure with additional type-specific details about the resource. See [`resource_property`](#resource_property-attribute-reference) below.
Expand All @@ -57,4 +57,4 @@ This data source exports the following attributes in addition to the arguments a

* `data` - Details about this property. The content of this field is a JSON object that varies based on the resource type.
* `last_reported_at` - The date and time that the information about this resource property was last updated.
* `name` - Name of this property of the resource
* `name` - Name of this property of the resource.

0 comments on commit 76d4a34

Please sign in to comment.