Terraform Plugin
How to configure the Terraform plugin.
The Terraform plugin enables Piped to run Terraform-based deployments. A deploy target represents a Terraform execution environment (e.g., dev/prod workspace, shared variables, drift detection settings).
apiVersion: pipecd.dev/v1beta1
kind: Piped
spec:
...
plugins:
- name: terraform
port: 7002
url: https://github.com/.../terraform_v0.3.0_linux_amd64
deployTargets:
- name: tf-dev
config:
vars:
- "project=pipecd"
See Configuration Reference for Terraform plugin for complete configuration details.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified July 19, 2026: docs: move plugin configuration guides to plugins section (#6698) (effc80217)