d12e7ba3a6e78b9b6f8ee0d55d356e380f2b71a3
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
Description
Languages
Shell
63.8%
Dockerfile
36.2%