Skip to content

Commit 05ce73a

Browse files
committed
Correct references to "forms-admin" in .review-apps/README.md
The whole directory was copied from `forms-admin` as a starting point, and we forgot to update the README file.
1 parent 814033f commit 05ce73a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.review_apps/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Review apps
22

3-
The Terraform code in this directory is used to deploy a review copy of `forms-admin`.
3+
The Terraform code in this directory is used to deploy a review copy of `forms-runner`.
44

55
It constructs a minimal, ephemeral version of a GOV.UK Forms environment in AWS ECS that can be used for reviews, then freely destroyed. This includes:
66

7-
* a copy of `forms-admin` at the commit in question
7+
* a copy of `forms-runner` at the commit in question
88
* a copy of the version of `forms-api` currently in production
9+
* a copy of the version of `forms-admin` currently in production
910
* a local PostgreSQL database with seed data for both `forms-api` and `forms-admin`
11+
* a local Redis instance of session storage
1012

1113
Review apps rely on a set of underlying infrastructure managed and deployed in `forms-deploy`. The Terraform will require you to be targeting the `integration` AWS account (where the `review` environment lives), and you should not override this.
1214

1315
### State files
1416
Each review app uses its own Terraform state file, stored in an S3 bucket. The bucket itself is created and managed by `forms-deploy` and its name is safely assumed.
1517

16-
### `forms-admin` container image
17-
The `forms-admin` container image to deploy is supplied under the `forms_admin_container_image` variable. Terraform does not build the container. It is assumed to be built and stored ahead of time.
18+
### `forms-runer` container image
19+
The `forms-runner` container image to deploy is supplied under the `forms_runner_container_image` variable. Terraform does not build the container. It is assumed to be built and stored ahead of time.
1820

1921

0 commit comments

Comments
 (0)