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 3a43731 commit 968f8faCopy full SHA for 968f8fa
infrastructure/lambda-document-upload-check.tf
@@ -28,7 +28,7 @@ module "document_upload_check_lambda" {
28
is_gateway_integration_needed = false
29
is_invoked_from_gateway = false
30
vpc_subnet_ids = length(data.aws_security_groups.virus_scanner_api.ids) == 1 ? module.ndr-vpc-ui.private_subnets : []
31
- vpc_security_group_ids = length(data.aws_security_groups.virus_scanner_api.ids) == 1 ? [data.aws_security_groups.virus_scanner_api[0].id] : []
+ vpc_security_group_ids = length(data.aws_security_groups.virus_scanner_api.ids) == 1 ? [data.aws_security_groups.virus_scanner_api.ids[0]] : []
32
depends_on = [
33
aws_api_gateway_rest_api.ndr_doc_store_api,
34
module.ndr-bulk-staging-store,
0 commit comments