This is a plugin to run Terraform commands as steps in Rundeck
- Python 3.
- Terraform binary reachable by
rundeck
user account.
git clone https://github.com/MegaDrive68k/rundeck-terraform-steps-plugin
make clean
make build
- Get the
rundeck-terraform-steps.zip
file generated atbuild/libs
and copy to rundeck libext directory.
- 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.