parse_recipe
Extract Chef resources and properties from recipe files to analyze infrastructure configuration for migration planning.
Instructions
Parse a Chef recipe file and extract resources.
Args: path: Path to the recipe (.rb) file.
Returns: Formatted string with extracted Chef resources and their properties.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |