rundeck-terraform-steps-plugin
This is a plugin to run Terraform commands as steps in Rundeck
Prerequisites
- Python 3.
- Terraform binary reachable by
rundeck
user account.
Getting the source
git clone https://github.com/MegaDrive68k/rundeck-terraform-steps-plugin
Building the plugin
make clean
make build
Installing the plugin on your Rundeck instance
- Get the
rundeck-terraform-steps.zip
file generated atbuild/libs
and copy to rundeck libext directory.
Using the plugin
- Create or edit any job and you can see new node steps to add.
- Right now the available actions are: apply, get, init, plan and validate.