Skip to content

Commit

Permalink
Fix broken urls
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkelliott committed Oct 18, 2023
1 parent a3603fc commit 2a91160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runbooks/source/changes-in-cloudplatform.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Change Process in Cloud Platform
weight: 51
last_reviewed_on: 2023-08-18
last_reviewed_on: 2023-10-18
review_in: 3 months
---

Expand All @@ -15,9 +15,9 @@ Mostly all components are Terraform [modules](https://developer.hashicorp.com/te

## Making Changes to cloud-plarform-infrastructure

1. Create a PR which includes the change you want to make. Make sure the [plan pipeline](https://concourse.cloud-platform.service.justice.gov.uk/teams/main/pipelines/infrastructure-live/jobs/terraform-plan-live/) is happy with the change.
1. Create a PR which includes the change you want to make. Make sure the [plan pipeline](https://concourse.cloud-platform.service.justice.gov.uk/teams/main/pipelines/infrastructure-live/jobs/terraform-plan-infra-live/) is happy with the change.
2. Chase the team to get your PR approved, and if it involves downtime ensure you have communications in place.
3. Merge and wait until the [apply pipeline](https://concourse.cloud-platform.service.justice.gov.uk/teams/main/pipelines/infrastructure-live/jobs/terraform-apply/) applies your change.
3. Merge and wait until the [apply pipeline](https://concourse.cloud-platform.service.justice.gov.uk/teams/main/pipelines/infrastructure-live/jobs/terraform-apply-infra-live/) applies your change.

## Making Changes to Terraform modules

Expand Down

0 comments on commit 2a91160

Please sign in to comment.