Running the OpComm Terraform Pipeline

The OpComm Terraform pipeline works for the current infrastructure, but development is still ongoing.

  1. In the header, go to Pipelines, and select the OpComm Terraform pipeline.

  2. Click Run pipeline.

  3. On the Run pipeline window, specify the following:

    • Branch/tag

      Note: Tags are preferred.

    • Hospital

      • Dummy

      • Test

      • Staging

    • Location

      • Central US

      • East US

      • West US

    • Advanced options

      • Variables

      • Stages to run

      • Resources

    • Enable system diagnostics

  4. Click Run.

    There are two stages available:

    • Terraform Plan – Defines the updates Terraform will perform.

    • Terraform Apply – Performs the updates.

  5. Click Terraform Plan.

As the Terraform Plan stage runs, it builds everything and shows you a list of everything that will be implemented when you run the Terraform Apply stage.

When the Terraform Plan stage is complete, an Approval Gate pauses the process and waits for Admin approval before running the Terraform Apply stage.

Everything is verified from the DevOps site. If everything looks good, then on the day of production, the pipeline will be approved by using this Approval Gate.

Last updated