Templates
Example 1:
flow:
- name: "Plan"
type: "terraformPlan"
step: 100
- name: "Apply"
type: "terraformApply"
step: 200Example 2:
flow:
- type: "terraformPlanDestroy"
name: "Terraform Plan Destroy from Terraform CLI"
step: 100
- type: "approval"
name: "Approve Plan from Terraform CLI"
step: 150
team: "TERRAFORM_CLI"
- type: "terraformApply"
name: "Terraform Apply from Terraform CLI"
step: 200Example 3:
Persistent Context
Creating a Template





Editing a Template


Deleting a Template

Last updated