Jim Martens 6c6f14c2a5 | ||
---|---|---|
hooks | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
tool.sh |
README.md
Terraform Drone plugin
This Drone plugin uses the Terraform CLI and makes it compatible with Drone.
Usage
- name: Step name
image: 2martens/terraform-drone-plugin
settings:
api_token: <api_token>
path: <path relative to Git repo>
args: <args>
Example pipeline
kind: pipeline
name: default
type: docker
platform:
os: linux
arch: arm64
clone:
skip_verify: true
steps:
- name: run plan
pull: always
image: 2martens/terraform-drone-plugin
settings:
api_token:
from_secret: api_token
path: terraform
args: plan