Terraform data source for managing an AWS DevOps Guru Resource Collection.
data "aws_devopsguru_resource_collection" "example" {
type = "AWS_SERVICE"
}
The following arguments are required:
type
- (Required) Type of AWS resource collection to create. Valid values are AWS_CLOUD_FORMATION
, AWS_SERVICE
, and AWS_TAGS
.This data source exports the following attributes in addition to the arguments above:
cloudformation
- A collection of AWS CloudFormation stacks. See cloudformation
below for additional details.id
- Type of AWS resource collection to create (same value as type
).tags
- AWS tags used to filter the resources in the resource collection. See tags
below for additional details.cloudformation
Attribute Referencestack_names
- Array of the names of the AWS CloudFormation stacks.tags
Attribute Referenceapp_boundary_key
- An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes.tag_values
- Array of tag values.