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

add ability to do full terraform "apply" of cluster resources #1291

Open ryandeivert opened 4 years ago

ryandeivert commented 4 years ago

Background

Right now it's not super easy to just "apply" changes to a cluster (without doing a full build).

Steps to Reproduce

Make cluster changes, try to apply.

Desired Change

Update so we can reliably apply changes per-cluster. Bonus: have a flag on the deploy command that will also do an "apply" at code deploy time.