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
Forms-runner now makes requests to forms-admin rather than forms-api
to get forms. Update the review apps so that the forms-api container
is no longer created and forms-runner makes requests to forms-admin
rather than forms-api.
Copy file name to clipboardExpand all lines: .review_apps/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ The Terraform code in this directory is used to deploy a review copy of `forms-r
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
7
* a copy of `forms-runner` at the commit in question
8
-
* a copy of the version of `forms-api` currently in production
9
8
* a copy of the version of `forms-admin` currently in production
10
9
* a local PostgreSQL database with seed data for both `forms-api` and `forms-admin`
0 commit comments