get_terraform_resource_info
Retrieve schema and documentation details for a specific Terraform resource by specifying the provider and resource name. Provides essential insights for Infrastructure-as-Code development.
Instructions
Retrieve comprehensive information about a Terraform resource including schema and documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
provider_name | Yes | Name of the Terraform provider | |
resource_name | Yes | Name of the resource |