From 2a91160152e973e53cebe42e7259f8d4f6981bcc Mon Sep 17 00:00:00 2001 From: David Elliott Date: Wed, 18 Oct 2023 11:50:08 +0100 Subject: [PATCH] Fix broken urls --- runbooks/source/changes-in-cloudplatform.html.md.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runbooks/source/changes-in-cloudplatform.html.md.erb b/runbooks/source/changes-in-cloudplatform.html.md.erb index 59a35513..6bb002df 100644 --- a/runbooks/source/changes-in-cloudplatform.html.md.erb +++ b/runbooks/source/changes-in-cloudplatform.html.md.erb @@ -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 --- @@ -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