Closed ryandeivert closed 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?
@blakemotl good call, added a config option that gets merged with ones provided as cli args
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
terraform --target=... --target=....
logic)terraform_files
section togeneral
in configTesting
Updates to various unit tests