Drone Terraform plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Loïc PORTE 214b9ade56
Merge pull request #3 from heetch/feat/add_fail_on_change
6 years ago
.dockerignore chore: ignore some more files 6 years ago
.drone.yml Version bump golang 1.9 8 years ago
.gitignore Updated gitignore to respect also coverage.out 10 years ago
CHANGELOG.md chore: update CHANGELOG.md 6 years ago
DOCS.md Merge pull request #94 from caioquirino/parallel_execution 6 years ago
Dockerfile update to 0.12.19 6 years ago
LICENSE Initial commit. 10 years ago
MAINTAINERS Added initial maintainers file 10 years ago
Makefile Make the builds reproducable based on commit sha 10 years ago
README.md Add fail on change for terraform plan 6 years ago
go.mod Add fail on change for terraform plan 6 years ago
go.sum chore: convert to go module 7 years ago
logo.svg Initial commit. 10 years ago
main.go Updated DOCS to have the new tf_data_dir param 6 years ago
plugin.go Add fail on change for terraform plan 6 years ago
plugin_test.go chore: cleanup whitespace 6 years ago
terraform.go Describe some public struct and func 7 years ago

README.md

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

Usage

Execute from the working directory:

$ PLUGIN_ACTIONS=plan-fail-on-modification ./drone-terraform