3 - Pipeline Apply

Goal: Run a DevOps pipeline to deploy the stack

Steps

  1. Navigate to Pipelines on the left side menu

  2. Select Stacktutorial-text-file and Configuration tutorial

  3. Select steps Plan and Apply and click RUN

  4. Click on the first pipeline in the list to view the Terraform console output of all steps

The pipeline step Commit is used to push the Terraform source code to a Git repository configured in the stack git Integration tab

The pipeline step Destroy is used to destroy all resources of a stack. Try it with the tutorial-text-file stack!

Last updated