Skip to content

Commit

Permalink
Merge pull request #5764 from govuk-one-login/AUT-3895/allow-reverifi…
Browse files Browse the repository at this point in the history
…cation-lambda-external-egress

AUT-3895: External egress for Reverification.
  • Loading branch information
andrew-moores authored Jan 16, 2025
2 parents 9c541f9 + eb8251d commit ec255b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/terraform/oidc/reverification-result.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module "reverification_result" {

authentication_vpc_arn = local.authentication_vpc_arn
security_group_ids = [
local.authentication_security_group_id,
local.authentication_egress_security_group_id,
local.authentication_oidc_redis_security_group_id,
]
subnet_id = local.authentication_private_subnet_ids
Expand Down

0 comments on commit ec255b9

Please sign in to comment.