From 0fc1c63e9d46537564e17bab6cc8edaf9a1df3a2 Mon Sep 17 00:00:00 2001 From: Anjali Trace Date: Fri, 28 Nov 2025 10:29:16 +0000 Subject: [PATCH] NRL-1595 Add notes in readmes where pipelines exist to perform the same deployments --- terraform/account-wide-infrastructure/README.md | 3 +++ terraform/infrastructure/README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/terraform/account-wide-infrastructure/README.md b/terraform/account-wide-infrastructure/README.md index 7619fe732..8d7371d29 100644 --- a/terraform/account-wide-infrastructure/README.md +++ b/terraform/account-wide-infrastructure/README.md @@ -91,6 +91,9 @@ make publish-ci-image ## Deploy account wide resources +> Run the [Deploy Account-wide infrastructure](https://github.com/NHSDigital/NRLF/actions/workflows/deploy-account-wide-infra.yml) github workflow to deploy account wide infrastructure. Select your branch/tag and `account-dev`, `account-test`, or `account-prod` to deploy infra to the corresponding account. +> Else follow the steps below to deploy manually. + To deploy the account wide resources, first login to the AWS mgmt account on the CLI. Then, initialise your terraform workspace with: diff --git a/terraform/infrastructure/README.md b/terraform/infrastructure/README.md index cf5717796..6b9eec9b4 100644 --- a/terraform/infrastructure/README.md +++ b/terraform/infrastructure/README.md @@ -42,6 +42,8 @@ If infrastructure changes require account wide AWS resources. Please deploy the ## Deploy infrastructure +> Run the [Persistent Environment Deploy](https://github.com/NHSDigital/NRLF/actions/workflows/persistent-environment.yml) github workflow to deploy infrastructure changes to your chosen environment. Else follow the steps below to deploy manually. + To deploy the infrastructure, you need to build the NRLF artifacts and then deploy them with Terraform. The steps are as follows: