Overview
The workhorse of infrastructure-as-code. In XClaw the Agent reads plan output, writes modules, and compares cloud providers side by side.
Features
- init / plan / apply / destroy
- Remote state management
- Modules and workspaces
- Rich provider ecosystem
- CI/CD integrations
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ terraform initInit workspace and providers
$ terraform plan -out plan.tfplanGenerate and save a change plan
$ terraform apply plan.tfplanApply the reviewed plan