0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
Woodpecker CI plugin to manage infrastructure with OpenTofu
Go to file
Jacob McCann 409c5359c5 Delete .terraform cache
Terraform will pull and cache config.  This causes issues if you
try to change remotes as the cache will be pushed to your remote
when it initializes the new remote.
2016-02-18 18:15:35 -06: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 Update to use terraform 0.6.11 2016-02-15 13:27:44 -06:00
DOCS.md Replace 'dry_run' with 'plan' in advanced examples 2016-02-18 13:28:13 -06: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 Delete .terraform cache 2016-02-18 18:15:35 -06:00
Makefile A few doc and JSON fixes from review. 2016-01-27 07:22:07 +01:00
README.md Fix broken link 2016-02-09 09:41:59 -06: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.