Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/modules/service/networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "aws_vpc_security_group_ingress_rule" "service_ingress_from_load_balanc

resource "aws_vpc_security_group_ingress_rule" "vpc_endpoints_ingress_from_service" {
security_group_id = module.network.aws_services_security_group_id
description = "Allow inbound requests to VPC endpoints from role manager"
description = "Allow inbound requests to VPC endpoints from service ${var.service_name}"

from_port = 443
to_port = 443
Expand Down
Loading