XClawXCLAW
Back to marketplace
CLI Tools

Terraform

Define and orchestrate cloud infrastructure as code

Publisher · HashiCorpVersion · 1.9Updated Feb 28, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install terraform

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 init

    Init workspace and providers

  • $ terraform plan -out plan.tfplan

    Generate and save a change plan

  • $ terraform apply plan.tfplan

    Apply the reviewed plan

Related