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.

34 lines
644 B

workspace:
base: /go
path: src/github.com/drone-plugins/drone-terraform
pipeline:
test:
image: golang:1.6
environment:
- CGO_ENABLED=0
commands:
- go test -cover -coverprofile=coverage.out
- go build -ldflags "-s -w -X main.build=$DRONE_BUILD_NUMBER" -a
9 years ago
coverage:
image: coverage
when:
branch: master
latest:
image: docker
repo: plugins/drone-terraform
tags: [ "latest", "1.0", "1" ]
9 years ago
when:
branch: master
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