fa2a34ce030aae03eea4acdf89bff73599bd805f
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:
args: <args>
Example pipeline
kind: pipeline
name: default
type: docker
platform:
os: linux
arch: arm64
clone:
skip_verify: true
steps:
- name: login to Terraform cloud
pull: always
image: 2martens/terraform-drone-plugin:1.26.2
settings:
args: login
- name: run plan
pull: always
image: 2martens/terraform-drone-plugin:1.26.2
settings:
args: plan
Description
Languages
Shell
63.8%
Dockerfile
36.2%