Terraform plugin

1 minute readExtensibilityDeveloper productivity
On this page

HashiCorp Terraform enables you to safely and predictably create, change, and improve infrastructure. Terraform codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

The Terraform plugin orchestrates infrastructure actions in Terraform, allowing you to plan, configure, provision and destroy infrastructure in Terraform. These actions can be integrated into CloudBees CD/RO processes, such as:

  • Provisioning infrastructure dynamically at deployment time.

  • Automatically destroying test infrastructure when it is no longer needed.

  • Incorporating infrastructure management and configuration actions into delivery pipelines.

Prerequisites

This plugin uses an updated version of Perl, cb-perl shell (Perl v5.32), and requires CloudBees CD/RO agents version 10.3+ to work.