Skip to content

Commit

Permalink
CC-2815: Creation of resources for payment load lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
SahidKhan89 committed Sep 16, 2024
1 parent cbb9b1b commit 71eeb4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/environments/ccms-ebs/ccms-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ resource "aws_lambda_function" "lambda_function" {
timeout = 120

vpc_config {
vpc_id = data.aws_vpc.shared.id
subnet_ids = [data.aws_subnet.data_subnets_a.id]
security_group_ids = [aws_security_group.lambda_security_group.id]
}
Expand Down

0 comments on commit 71eeb4d

Please sign in to comment.