refresh_terraform_service
Refresh Terraform state and detect configuration drift for homelab services to maintain infrastructure consistency.
Instructions
Refresh Terraform state and detect configuration drift
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service to refresh | |
| 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) | |
| port | No | SSH port (default: 22) |