add_terraform_provider
Add a Terraform provider to the IAC Memory MCP Server's memory store, including its name, version, source URL, and documentation URL for efficient IaC resource management.
Instructions
Add a new Terraform provider to the memory store with version and documentation information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
doc_url | Yes | Documentation URL | |
name | Yes | Provider name | |
source_url | Yes | Source repository URL | |
version | Yes | Provider version |