Terraform
This plugin allows you to execute Terraform actions on your code.

Configuration options
Command: Terraform commands to execute. Four options are available:
validateplanapplydestroy
Version: Refers to the Terraform binary version to use.
Ignore failure: if enabled, the next stage will execute even if the task fails.
Target: It 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 the people added to the approvers' list.
The approver has to be a Brainboard user.
Sample output

Last updated