Skip to content

Commit 5759942

Browse files
committed
NRL-1595 Minor readme corrections
1 parent 3ef1892 commit 5759942

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ As a short guideline about profiles to assume for a typical workflow:
5959
### Set up NRLF certificates
6060

6161
In order to execute make commands that need AWS access, you will need to pull the NRLF certificates.
62-
In order to do this, make sure you have AWS CLI installed and configured, then run:
62+
In order to do this, make sure you have AWS CLI installed and configured, assume the mgmt account, then run:
6363

6464
```
6565
make ENV=env truststore-pull-all

terraform/account-wide-infrastructure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Each subdirectory corresponds to each AWS account (`mgmt`, `prod`, `test` and `d
1818
Before deploying the NRLF account-wide infrastructure, you will need:
1919

2020
- AWS accounts that have already been bootstrapped, as described in [bootstrap/README.md](../bootstrap/README.md). This is a one-time account setup step.
21-
- The required packages to build NRLF, see [the Setup section in README.md](../../README.md#setup).
21+
- The required packages to build NRLF, see [the Setup section in README.md](../../README.md#before-you-begin).
2222

2323
## Deploy mgmt resources
2424

@@ -45,7 +45,7 @@ terraform apply
4545
4646
### If you get "Error: creating CodeBuild Webhook"
4747
48-
If you see this erro:
48+
If you see this error:
4949
5050
```
5151
│ Error: creating CodeBuild Webhook (nhsd-nrlf-ci-build-project): operation error CodeBuild: CreateWebhook, https response error StatusCode: 400, RequestID: , ResourceNotFoundException: Access token not found in CodeBuild project for server type github

terraform/bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The setup creates AWS resources to enable terraform deployments to AWS accounts.
1515
Before you begin deploying NRLF bootstrap components, you will need:
1616

1717
- Four AWS accounts created. These will be assigned as: mgmt, prod, test and dev
18-
- The required packages to build NRLF, see [the Setup section in README.md](../../README.md#setup).
18+
- The required packages to build NRLF, see [the Setup section in README.md](../../README.md#before-you-begin).
1919

2020
## Bootstrapping the environments
2121

terraform/infrastructure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CI pipeline creates infrastructure in the dev AWS account. These will have works
3535
Before you begin deploying NRLF infrastructure, you will need:
3636

3737
- An NRLF-enabled AWS account, ideally `dev`. See [bootstrap](../bootstrap/README.md) for details on setting up a new account.
38-
- The required packages to build NRLF, see [the Setup section in README.md](../../README.md#setup).
38+
- The required packages to build NRLF, see [the Setup section in README.md](../../README.md#before-you-begin).
3939
- To be logged into the AWS mgmt account on the CLI that you are deploying from.
4040

4141
If infrastructure changes require account wide AWS resources. Please deploy the corresponding [NRLF account wide infrastructure](../account-wide-infrastructure/README.md) first.

0 commit comments

Comments
 (0)