2023-10-31 22:35:38 +01:00
2023-10-31 12:54:31 +01:00
2024-02-03 19:42:00 +01:00
2023-10-31 12:54:31 +01:00
2023-10-31 22:31:56 +01:00
2023-11-01 17:46:00 +01:00

Terraform Drone plugin

Apache 2.0 License Docker image version

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
No description provided
Readme 48 KiB
Languages
Shell 63.8%
Dockerfile 36.2%