WORKFLOW TEMPLATES

Built-in Workflow Templates

Built-in workflow templates are platform-provided pipelines for different IaC engines and operations. They are always available and cannot be edited. Duplicate a template to customize it.

Typical Built-in Pipeline (Deploy)

Checkout
Validate
</>Format /
Lint /
Security
Plan
Approval
Apply
Notify
Parallel

Built-in Templates

Template IDIaC EngineSupported OperationsPurpose
◆ terraform-standard-deployTerraformPLAN, APPLY, VALIDATEStandard deploy pipeline with plan, approval and apply
◆ opentofu-standard-deployOpenTofuPLAN, APPLY, VALIDATEStandard deploy pipeline for OpenTofu
◆ pulumi-standard-deployPulumiPLAN, APPLY, VALIDATEStandard deploy pipeline for Pulumi
◆ cloudformation-standard-deployAWS CloudFormationPLAN, APPLY, VALIDATEStandard deploy pipeline for CloudFormation
◆ crossplane-standard-deployCrossplanePLAN, APPLY, VALIDATEStandard deploy pipeline for Crossplane
◆ arm-bicep-standard-deployARM / BicepPLAN, APPLY, VALIDATEStandard deploy pipeline for ARM / Bicep
Operation-specific Built-in Templates (available for the above engines)
▣ *-standard-destroySame enginesDESTROYPipeline to destroy infrastructure
◎ *-standard-drift-detectionSame enginesDRIFT_DETECTIONPipeline to detect configuration drift

How Axio Selects a Built-in Template

Matches the stack's IaC engine, cloud and operation

Uses stack default template if already set

Uses workflowTemplate in axio.yaml (highest priority)

Considers category (deploy, destroy, drift) and default template flag

Considers required runner labels and policy/test stages