Data Source: aws_resourceexplorer2_search

Terraform data source for managing an AWS Resource Explorer Search.

Example Usage

Basic Usage

data "aws_resourceexplorer2_search" "example" {
  query_string = "region:us-west-2"
  view_arn     = aws_resourceexplorer2_index.test.arn
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

resource_count Attribute Reference

resources Attribute Reference

properties Attribute Reference