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 9884763 commit 100cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ccms-ebs/ccms-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "aws_lambda_layer_version" "lambda_layer" {
# SG for Lambda
resource "aws_security_group" "lambda_security_group" {
name = "${local.application_name}-${local.environment}-lambda-sg"
vpc_id = aws_vpc.main.id
vpc_id = data.aws_vpc.shared.id

ingress {
from_port = 1521
Expand Down

0 comments on commit 100cbf0

Please sign in to comment.