Skip to content

Commit

Permalink
[cli] update artifact extractor module resource for lambda deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunyong Lin committed Apr 15, 2020
1 parent 5d1248e commit 77e3e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamalert_cli/manage_lambda/deploy.py
Expand Up @@ -185,7 +185,7 @@ def _lambda_terraform_targets(config, functions, clusters):
},
'artifact_extractor': {
'targets': {
'module.artifact_extractor_iam',
'module.artifact_extractor',
'module.artifact_extractor_lambda'
},
'enabled': config['lambda'].get('artifact_extractor_config', {}).get('enabled', False)
Expand Down

0 comments on commit 77e3e1f

Please sign in to comment.