Data Source: aws_imagebuilder_container_recipes

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

Example Usage

data "aws_imagebuilder_container_recipes" "example" {
  owner = "Self"

  filter {
    name   = "platform"
    values = ["Linux"]
  }
}

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: