parse_custom_resource
Extract properties, actions, and metadata from Chef custom resource files to support migration analysis and automation workflows.
Instructions
Parse a Chef custom resource or LWRP file.
Args: path: Path to the custom resource (.rb) file.
Returns: JSON string with extracted properties, actions, and metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |