eavz
Terraform Cloud

Terraform Cloud

Infrastructure as code provisioning and workspace management platform

5 actions
1 trigger

Actions

Name
list_workspaces

List all workspaces in an organization

get_run

Get details of a specific Terraform Cloud run

create_run

Queue a new plan and apply run for a workspace

list_runs

List runs for a workspace

custom_api_call

Make a custom API call to Terraform Cloud

Triggers

Name
run_completed

Triggers when a Terraform Cloud run reaches a terminal status (applied, errored, discarded, canceled, etc.)

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'terraform-cloud',
  actionName: 'list_workspaces',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Terraform Cloud to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Terraform Cloud support?

Terraform Cloud supports 5 actions including List Workspaces, Get Run, Create Run, List Runs, Custom API Call.

Can I use Terraform Cloud with AI agents?

Yes. Add Terraform Cloud to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Terraform Cloud use?

Terraform Cloud uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Terraform Cloud integration cost?

The Terraform Cloud integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Terraform Cloud support?

Terraform Cloud supports 1 triggers including Run Completed.

Connect Terraform Cloud in 2 minutes

Get 1,000 free actions every month. No credit card required.