Skip to content

Commit

Permalink
add ecr endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Oct 3, 2024
1 parent 1d21109 commit 385eba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/infrastructure/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def __init__(
"cloudwatch-logs": aws_ec2.InterfaceVpcEndpointAwsService.CLOUDWATCH_LOGS,
"s3": aws_ec2.GatewayVpcEndpointAwsService.S3,
"dynamodb": aws_ec2.GatewayVpcEndpointAwsService.DYNAMODB,
"ecr":aws_ec2.InterfaceVpcEndpointAwsService.ECR,
}

for id, service in vpc_endpoints.items():
Expand Down

0 comments on commit 385eba4

Please sign in to comment.