Skip to content

Lab 09: Creating Terraform CD (Release) Pipeline

himanshumudgal08 edited this page Jun 15, 2022 · 3 revisions

Creating Terraform CD (Release) Pipeline

Now finally it's time to deploy our terraform code.

One thing to note here is that, this Release (Terraform-CD) pipeline will only be triggered once our CI pipeline will be successfully finished passing all the checks.

As our CI pipeline will be successfully completed, it'll generate a Release Artifact which will further auto trigger our CD or Release or Deploy pipeline.

Step 1: Navigate to Release Pipeline under Pipeline column.

Choose the latest artifact from your Terraform-CI pipeline.

image

Step 2: Configure Continuous Deployment Trigger

image

Enable for CD Trigger & configure for Main branch as build branch