Skip to content

Commit 49db814

Browse files
[PRMT-862] fixed comment
1 parent 973a3db commit 49db814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/lambda-transfer-kill-switch.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module "transfer_kill_switch_lambda" {
1818
is_gateway_integration_needed = false
1919
is_invoked_from_gateway = false
2020

21-
2221
vpc_subnet_ids = length(data.aws_security_groups.virus_scanner_api.ids) == 1 ? module.ndr-vpc-ui.private_subnets : []
2322
vpc_security_group_ids = length(data.aws_security_groups.virus_scanner_api.ids) == 1 ? [data.aws_security_groups.virus_scanner_api.ids[0]] : []
2423

0 commit comments

Comments
 (0)