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
Jack Spirou d12da87a0c Merge pull request #6 from jmccann/terraform_0.6.11
Update to use terraform 0.6.11
2016-02-15 13:28:32 -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 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.