fetch_terraform_registry_guidance
Retrieve Terraform Registry best-practices with optional provider, resource, module, or topic filters. Fetches and summarizes relevant documentation.
Instructions
Fetch Terraform Registry best-practice guidance with optional provider/resource/module context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | Optional provider name, for example aws, azurerm, or google. | |
| resource | No | Optional resource type used with provider, for example s3_bucket or resource_group. | |
| module | No | Optional module path in the form namespace/name/provider. | |
| topic | No | Optional topic filter for the summary output. | |
| liveFetch | No | When true, fetches and summarizes selected Terraform Registry pages. |