terraback for Zed
io.github.bmoldo/terraback
Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.
client:Zed
transport:stdio
runtime:pypi
Install terraback in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"terraback": {
"command": "uvx",
"args": [
"terraback"
],
"env": {
"TERRABACK_LICENSE": "<TERRABACK_LICENSE>",
"ARM_SUBSCRIPTION_ID": "<ARM_SUBSCRIPTION_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs