Skip to content

Commit 4bba6c6

Browse files
committed
fix ref to data resource
1 parent f647356 commit 4bba6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/modules/backend-api/module_lambda_send_letter_proof.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module "lambda_send_letter_proof" {
3737
id = data.aws_vpc.account_vpc.id
3838
cidr_block = data.aws_vpc.account_vpc.cidr_block
3939
subnet_ids = data.aws_subnets.account_vpc_private_subnets
40-
security_group_ids = [aws_security_group.aws_security_group.account_vpc_sg_allow_sftp_egress.id]
40+
security_group_ids = [data.aws_security_group.account_vpc_sg_allow_sftp_egress.id]
4141
}
4242
}
4343

0 commit comments

Comments
 (0)