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.

26 lines
459 B

pipeline:
test:
image: golang:1.6
environment:
- CGO_ENABLED=0
- GOPATH=/drone
commands:
- make vet
- make build
- make test
docker:
storage_driver: overlay
repo: plugins/drone-terraform
tag: [ "latest" ]
when:
branch: release/0.4
event: push
9 years ago
plugin:
name: Terraform
desc: Execute Terraform plan and apply
type: deploy
image: plugins/drone-terraform
9 years ago
labels:
- terraform