Data Source: aws_imagebuilder_infrastructure_configurations

Use this data source to get the ARNs and names of Image Builder Infrastructure Configurations matching the specified criteria.

Example Usage

data "aws_imagebuilder_infrastructure_configurations" "example" {
  filter {
    name   = "name"
    values = ["example"]
  }
}

Argument Reference

filter Configuration Block

The filter configuration block supports the following arguments:

Attribute Reference

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