c

cortex-plugin-terraform

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
cloudcortex-plugindevelopmentdevopsesminfrastructure

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-terraform
Website RepositoryLicense: MITEntry: mod.ts

Configuration

Plugin Type
ESM
Entry Point
mod.ts
License
MIT

Capabilities

toolsshell:runfs:write

Tags

cloudcortex-plugindevelopmentdevopsesminfrastructure

Statistics

Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026

Reviews (0)

No reviews yet. Be the first to rate this plugin!

README

cortex-plugin-terraform

Generate IaC from natural language, validate, plan, and apply with Terraform or Pulumi.

Installation

cortex plugin install marketplace:cortex-plugin-terraform
cortex plugin install github:CortexPrism/cortex-plugin-terraform
cortex plugin install ./manifest.json

Quick Start

cortex tools list
cortex chat --plugin cortex-plugin-terraform

Tools

iac_generate — Generate IaC from description

  • description (string, required)
  • tool (enum: terraform/pulumi, terraform)
  • provider (string, aws)
  • output_file (string, required)

iac_validate — Validate IaC

  • path (string, required)
  • tool (string)

iac_plan — Run plan/preview

  • path (string, required)
  • tool (string)

iac_apply — Apply changes

  • path (string, required)
  • tool (string)
  • auto_approve (boolean)

iac_destroy — Destroy infrastructure

  • path (string, required)
  • tool (string)
  • force (boolean)

Configuration

{
  "plugins": {
    "cortex-plugin-terraform": {
      "enabled": true,
      "config": {
        "defaultTool": "terraform",
        "defaultProvider": "aws",
        "requireApproval": true
      }
    }
  }
}

Development

deno task test
deno task lint
deno task validate

License

MIT

Published June 15, 2026 · Updated June 15, 2026