Skip to content

Commit cf7e623

Browse files
committed
remove vpc changes
1 parent 180ae42 commit cf7e623

File tree

4 files changed

+1
-67
lines changed

4 files changed

+1
-67
lines changed

infrastructure/terraform/components/acct/security_group_allow_sftp_egress.tf

Lines changed: 0 additions & 31 deletions
This file was deleted.

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ module "lambda_send_letter_proof" {
3434
maximum_concurrency = 5
3535
}
3636
}
37-
38-
vpc = {
39-
id = data.aws_vpc.account_vpc.id
40-
cidr_block = data.aws_vpc.account_vpc.cidr_block
41-
subnet_ids = data.aws_subnets.account_vpc_private_subnets.ids
42-
}
43-
44-
security_group_ids = [
45-
# data.aws_security_group.account_vpc_sg_allow_sftp_egress.id
46-
]
4737
}
4838

4939
data "aws_iam_policy_document" "send_letter_proof" {

infrastructure/terraform/modules/lambda-function/lambda_event_source_mapping_sqs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ resource "aws_lambda_event_source_mapping" "sqs" {
1616
maximum_concurrency = scaling_config.value.maximum_concurrency
1717
}
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)