mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
Woodpecker CI plugin to manage infrastructure with OpenTofu
409c5359c5
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. |
||
---|---|---|
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
DOCS.md | ||
LICENSE | ||
logo.svg | ||
main.go | ||
Makefile | ||
README.md |
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.