plan_terraform_service
Preview Terraform infrastructure changes before applying them to homelab services, using SSH-based deployment with configurable parameters.
Instructions
Generate a Terraform plan to preview changes without applying them
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service to plan | |
| hostname | Yes | Hostname or IP address of the device | |
| username | No | SSH username (use 'mcp_admin' for passwordless access after setup) | mcp_admin |
| password | No | SSH password (not needed for mcp_admin after setup) | |
| config_override | No | Optional configuration overrides for the service | |
| port | No | SSH port (default: 22) |