0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00
Woodpecker CI plugin to manage infrastructure with OpenTofu
Go to file
2016-01-26 23:50:54 +01:00
.drone.yml User standardized build system. 2016-01-26 23:50:54 +01:00
.gitignore Commit built binary so we can simply automate builds in Docker hub. 2016-01-26 23:50:54 +01:00
Dockerfile Need to update apk before installing glibc. 2016-01-26 23:50:26 +01:00
DOCS.md Add Makefile and documentation. 2016-01-26 23:50:54 +01:00
LICENSE Initial commit. 2016-01-26 23:50:26 +01:00
logo.svg Initial commit. 2016-01-26 23:50:26 +01:00
main.go TF apply only if NOT dryRun. 2016-01-26 23:50:26 +01:00
Makefile User standardized build system. 2016-01-26 23:50:54 +01:00
README.md Add Makefile and documentation. 2016-01-26 23:50:54 +01:00

Drone Terraform Deploy Plugin

This project provides a Drone plugin docker image that contains the Terraform binaries and a small Go app that receives the Drone meta-data and executes Terraform commands.

Documentation for Drone Plugin development can be found here: http://readme.drone.io/plugin/

See DOCS for details on this plugin's configuration and usage.