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 8d46f853c5 Move ca_certs from 'remote' to 'terraform'
Did this as the CA Cert if needed for all terraform commands, not
just remote.  So just made more sense to move it to base of vargs.
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 Add ability to inject internal CA Cert 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.