Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

terraback in other clients