Skip to content

Commit 14177ed

Browse files
committed
Update repo references for forms-deploy
We are migrating the forms-deploy repo from the alphagov github to govuk-forms
1 parent 9145144 commit 14177ed

17 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/require-pinned-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Ensure SHA pinned actions
1717
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@6124774845927d14c601359ab8138699fa5b70c3 # v4.0.1
1818
with:
19-
allowlist: alphagov/forms-deploy
19+
allowlist: govuk-forms/forms-deploy

.github/workflows/reusable-review_apps_on_pr_change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
after 5 minutes, there may be something wrong with the ECS task. You will need to go to the integration AWS account
108108
to debug, or otherwise ask an infrastructure person.
109109
110-
For the sign in details and more information, [see the review apps wiki page](https://github.com/alphagov/forms-team/wiki/Review-apps).
110+
For the sign in details and more information, [see the review apps wiki page](https://github.com/govuk-forms/forms-team/wiki/Review-apps).
111111
112112
$COMMENT_MARKER
113113
EOF

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
`forms-deploy` composes and deploys the different components of GOV.UK Forms to create a full environment. The major components of the repository are
44

5-
- [Infrastructure](https://github.com/alphagov/forms-deploy/blob/main/infra/README.md)
6-
- [Local development](https://github.com/alphagov/forms-deploy/blob/main/local/README.md)
7-
- [Supporting scripts](https://github.com/alphagov/forms-deploy/tree/main/support)
5+
- [Infrastructure](https://github.com/govuk-forms/forms-deploy/blob/main/infra/README.md)
6+
- [Local development](https://github.com/govuk-forms/forms-deploy/blob/main/local/README.md)
7+
- [Supporting scripts](https://github.com/govuk-forms/forms-deploy/tree/main/support)
88

99
## Table of contents
1010

@@ -93,17 +93,17 @@ This will find the latest version of Terraform and all of the Terraform provider
9393

9494
### Architecture decision records
9595

96-
https://github.com/alphagov/forms/tree/main/ADR
96+
https://github.com/govuk-forms/forms/tree/main/ADR
9797

9898
[^1]: This should not be confused with `forms-cli` at `support/forms-cli`. `forms-cli` is intended for working with a deployment of GOV.UK Forms, not deploying it.
9999

100100
### Path to production for apps
101101

102-
https://github.com/alphagov/forms-team/wiki/Deploying-to-production%3a-applications
102+
https://github.com/govuk-forms/forms-team/wiki/Deploying-to-production%3a-applications
103103

104104
### Path to production for Terraform
105105

106-
https://github.com/alphagov/forms-team/wiki/Deploying-to-production%3a-Terraform
106+
https://github.com/govuk-forms/forms-team/wiki/Deploying-to-production%3a-Terraform
107107

108108
### Pipeline Visualiser
109109

infra/deployments/deploy/engineer-access/roles.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "engineer_access" {
99
readonly = module.users.with_role["deploy_readonly"]
1010
env_name = "deploy"
1111
environment_type = "deploy"
12-
codestar_connection_arn = var.codestar_connection_arn.alphagov
12+
codestar_connection_arn = var.codestar_connection_arn.govuk-forms
1313
allow_ecs_task_usage = false
1414
allow_rds_data_api_access = false
1515
state_file_bucket_name = "gds-forms-deploy-tfstate"

infra/deployments/deploy/tools/pipeline-visualiser-pipeline.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ resource "aws_codepipeline" "deploy_pipeline_visualiser" {
2727
output_artifacts = ["forms_deploy"]
2828

2929
configuration = {
30-
ConnectionArn = var.codestar_connection_arn.alphagov
31-
FullRepositoryId = "alphagov/forms-deploy"
30+
ConnectionArn = var.codestar_connection_arn.govuk-forms
31+
FullRepositoryId = "govuk-forms/forms-deploy"
3232
BranchName = var.pipeline_source_branch
3333
DetectChanges = true
3434
OutputArtifactFormat = "CODEBUILD_CLONE_REF"
@@ -109,7 +109,7 @@ module "pipeline_visualiser_docker_build" {
109109
docker_username_parameter_path = "/docker/username"
110110
docker_password_parameter_path = "/docker/password"
111111
artifact_store_arn = module.pipeline_visualiser_artifact_bucket.arn
112-
codestar_connection_arn = var.codestar_connection_arn.alphagov
112+
codestar_connection_arn = var.codestar_connection_arn.govuk-forms
113113
ecr_repository_url = data.terraform_remote_state.deploy_ecr.outputs.pipeline_visualiser_ecr_repository_url
114114
}
115115

infra/deployments/forms/account/engineer-access.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module "engineer_access" {
1212
pentesters = var.pentester_email_addresses
1313
pentester_cidrs = var.pentester_cidr_ranges
1414
vpn = var.require_vpn_to_access
15-
codestar_connection_arn = var.codestar_connection_arn.alphagov
15+
codestar_connection_arn = var.codestar_connection_arn.govuk-forms
1616
allow_rds_data_api_access = true
1717
allow_ecs_task_usage = true
1818
state_file_bucket_name = var.bucket

infra/deployments/forms/health/alerts/failed-submissions-job-executions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "aws_cloudwatch_metric_alarm" "failed_submissions_job_executions" {
44
There are one or more failed job executions for the submissions queue in forms-runner in the ${var.environment}
55
environment that will not automatically be retried.
66
7-
Follow the runbook to respond to this: https://github.com/alphagov/forms-team/wiki/Runbooks#handle-failed-solid-queue-jobs
7+
Follow the runbook to respond to this: https://github.com/govuk-forms/forms-team/wiki/Runbooks#handle-failed-solid-queue-jobs
88
99
Only close this Zendesk ticket when we get another Zendesk ticket to tell us that the alarm is in the OK state.
1010
EOF

infra/deployments/forms/health/monitoring/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module "runner_scheduled_smoke_tests" {
4040
intermittent issue so continue to next step regardless
4141
- Check the application logs for errors.
4242
- If this is not a false alarm, begin an incident and follow the incident response at
43-
https://github.com/alphagov/forms-team/wiki/Incident-Response.
43+
https://github.com/govuk-forms/forms-team/wiki/Incident-Response.
4444
EOF
4545
codebuild_environment_variables = {
4646
SMOKE_TEST_FORM_URL = var.scheduled_smoke_tests_settings.form_url

infra/deployments/forms/pipelines/apply-terraform.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ resource "aws_codepipeline" "apply_terroform" {
8181
output_artifacts = ["forms_deploy"]
8282

8383
configuration = {
84-
ConnectionArn = var.codestar_connection_arn.alphagov
85-
FullRepositoryId = "alphagov/forms-deploy"
84+
ConnectionArn = var.codestar_connection_arn.govuk-forms
85+
FullRepositoryId = "govuk-forms/forms-deploy"
8686
BranchName = var.apply-terraform.pipeline_trigger == "GIT" ? var.apply-terraform.git_source_branch : "main"
8787
DetectChanges = var.apply-terraform.pipeline_trigger == "GIT"
8888
OutputArtifactFormat = "CODEBUILD_CLONE_REF"
@@ -300,7 +300,7 @@ module "run_end_to_end_tests" {
300300
artifact_store_arn = module.artifact_bucket.arn
301301
service_role_arn = data.aws_iam_role.deployer_role.arn
302302
deploy_account_id = var.deploy_account_id
303-
codestar_connection_arn = var.codestar_connection_arn.alphagov
303+
codestar_connection_arn = var.codestar_connection_arn.govuk-forms
304304
aws_s3_role_arn = var.end_to_end_test_settings.aws_s3_role_arn
305305
aws_s3_bucket = var.end_to_end_test_settings.aws_s3_bucket
306306
s3_form_id = var.end_to_end_test_settings.s3_form_id

infra/deployments/forms/pipelines/deploy-forms-admin-container.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ module "deploy_admin_end_to_end_tests" {
397397
artifact_store_arn = module.artifact_bucket.arn
398398
service_role_arn = data.aws_iam_role.deployer_role.arn
399399
deploy_account_id = var.deploy_account_id
400-
codestar_connection_arn = var.codestar_connection_arn.alphagov
400+
codestar_connection_arn = var.codestar_connection_arn.govuk-forms
401401
aws_s3_role_arn = var.end_to_end_test_settings.aws_s3_role_arn
402402
aws_s3_bucket = var.end_to_end_test_settings.aws_s3_bucket
403403
s3_form_id = var.end_to_end_test_settings.s3_form_id

0 commit comments

Comments
 (0)