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
Jacob McCann 66dcad9108 Update DOCS to move CA Cert example to an Advanced Config section
Also fixed 'vars' key example in main example as it was under
'remote' and should be at the base of 'terraform'.
2016-02-15 10:10:39 -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 Upgrade to Terraform 0.6.9 2016-01-26 23:50:54 +01:00
DOCS.md Update DOCS to move CA Cert example to an Advanced Config section 2016-02-15 10:10:39 -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 Move ca_certs from 'remote' to 'terraform' 2016-02-15 10:10:39 -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.