Skip to content

Commit ac838ae

Browse files
authored
Merge pull request #2055 from alphagov/fix-missing-arns
Add missing codeconnections arn
2 parents ed42937 + e0ae28e commit ac838ae

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

infra/deployments/integration/account/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ output "review_dns_zone_id" {
1010

1111
output "codeconnection_arn" {
1212
description = "The ARN of the AWS Code Connection. These must be created by hand within the account."
13-
value = "arn:aws:codeconnections:eu-west-2:842676007477:connection/ccaca0a3-ee66-45dc-89ab-aa3f3339020a"
13+
value = "arn:aws:codeconnections:eu-west-2:842676007477:connection/b6356c43-c945-4575-8348-64c12d608d4c"
1414
}
1515

1616
output "kinesis_subscription_role_arn" {

infra/deployments/integration/tfvars/integration.tfvars

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ account_name = "integration"
22
aws_account_id = "842676007477"
33
require_vpn_to_access = true
44
codestar_connection_arn = {
5-
alphagov = "arn:aws:codeconnections:eu-west-2:842676007477:connection/ccaca0a3-ee66-45dc-89ab-aa3f3339020a"
6-
govuk-forms = "" }
5+
alphagov = "arn:aws:codeconnections:eu-west-2:842676007477:connection/ccaca0a3-ee66-45dc-89ab-aa3f3339020a"
6+
govuk-forms = "arn:aws:codeconnections:eu-west-2:842676007477:connection/b6356c43-c945-4575-8348-64c12d608d4c"
7+
}
78
deploy_account_id = "711966560482"
89
send_logs_to_cyber = false
910

0 commit comments

Comments
 (0)