For the complete documentation index, see llms.txt. This page is also available as Markdown.

Terraform

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

Configuration options

  1. Command: Terraform commands to execute. Four options are available:

    • validate

    • plan

    • apply

    • destroy

  2. Version: Refers to the Terraform binary version to use.

  3. Ignore failure: if enabled, the next stage will execute even if the task fails.

  4. 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

  5. Require approval: means that this task will not be executed until approved by the people added to the approvers' list.

  • The task remains blocked until all approvers added to the list approve it.

  • When enabled, it allows you to add approvers to the list.

Sample output

Terraform output

Last updated