Back to Terragrunt

Find Format

docs/src/data/flags/find-format.mdx

1.0.3357 B
Original Source

This is particularly useful when you need to process the results programmatically or integrate with other tools.

Example:

bash
$ terragrunt find --format=json | jq '.[:3]'
[
  {
    "type": "stack",
    "path": "basic"
  },
  {
    "type": "unit",
    "path": "basic/units/chick"
  },
  {
    "type": "unit",
    "path": "basic/units/chicken"
  }
]