Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions terraform/account-wide-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions terraform/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading