jmccann
drone-terraform
Go

Drone plugin for triggering Terraform deployments

Last updated Jun 13, 2025
87
Stars
83
Forks
16
Issues
0
Stars/day
Attention Score
35
Language breakdown
No language data available.
Files click to expand
README

drone-terraform

Build Status

Drone plugin to execute Terraform plan and apply. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

export GO111MODULE=on
go mod download
go test
go build

Docker

Build the docker image with the following commands:

docker build --rm=true \
  -t jmccann/drone-terraform \
  --build-arg terraform_version=0.12.0 .

Usage

Execute from the working directory:

docker run --rm \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  jmccann/drone-terraform:latest --plan

Drone 0.4

Legacy drone-terraform plugin exists @ jmccann/drone-terraform:0.4

🔗 More in this category

© 2026 GitRepoTrend · jmccann/drone-terraform · Updated daily from GitHub