airbnb / streamalert

StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.
https://streamalert.io
Apache License 2.0
2.86k stars 334 forks source link

CLI support for extra user supplied terraform files #1267

Closed ryandeivert closed 4 years ago

ryandeivert commented 4 years ago

to: @airbnb/streamalert-maintainers

Background

Users may have additional resources they'd like to create in terraform and track in the streamalert deployment state. We should support this concept.

Changes

Testing

Updates to various unit tests

blakemotl commented 4 years ago

Since the paths are supplied via command line arguments won't the user have to include them every time they deploy/build?

ryandeivert commented 4 years ago

@blakemotl good call, added a config option that gets merged with ones provided as cli args