You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
4
4
5
5
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:
6
6
7
-
* a copy of `forms-admin` at the commit in question
7
+
* a copy of `forms-runner` at the commit in question
8
8
* a copy of the version of `forms-api` currently in production
9
+
* a copy of the version of `forms-admin` currently in production
9
10
* a local PostgreSQL database with seed data for both `forms-api` and `forms-admin`
11
+
* a local Redis instance of session storage
10
12
11
13
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.
12
14
13
15
### State files
14
16
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.
15
17
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.
0 commit comments