Terraform
Last updated
Last updated
This plugin allows you to execute Terraform
actions on your code.
Configuration options
Command: Terraform commands to execute. 4 options are available:
validate
plan
apply
destroy
Version: refers to the version of Terraform binary to use.
Ignore failure: if enabled, the execution of the following stage will be triggered even if the task fails.
Target: is a regex to specify which resource(s) will be the target of the execution. Refer to this documentation page to understand how resource targeting works in Terraform
Require approval: means that this task will not be executed until approved by people added in the approvers' list.
The task remains blocked until all approvers added in the list approve it.
Sample output