terraform
Installation
SKILL.md
Terraform
Terraform is an infrastructure as code (IaC) tool that allows you to define and provision infrastructure using a declarative configuration language. It's primarily used by DevOps engineers, cloud engineers, and system administrators to automate infrastructure management across various cloud providers and on-premise environments.
Official docs: https://developer.hashicorp.com/terraform/
Terraform Overview
- Configuration
- Module
- State
- Workspace
Use action names and parameters as needed.
Working with Terraform
This skill uses the Membrane CLI to interact with Terraform. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills