We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b7d51 commit c844893Copy full SHA for c844893
infrastructure/terraform/modules/backend-api/module_lambda_send_letter_proof.tf
@@ -36,7 +36,7 @@ module "lambda_send_letter_proof" {
36
vpc = {
37
id = data.aws_vpc.account_vpc.id
38
cidr_block = data.aws_vpc.account_vpc.cidr_block
39
- subnet_ids = toset(data.aws_subnets.account_vpc_private_subnets)
+ subnet_ids = data.aws_subnets.account_vpc_private_subnets.ids
40
security_group_ids = [data.aws_security_group.account_vpc_sg_allow_sftp_egress.id]
41
}
42
0 commit comments