terraform-ibm-modules / terraform-ibm-scc-da

A deployable architecture solution to deploy IBM Security and Compliance related resources
Apache License 2.0
0 stars 2 forks source link

Expose the ability to configure the SCC attachment schedule in the SCC DA #149

Closed ocofaigh closed 1 month ago

ocofaigh commented 1 month ago

Configuring the schedule is a common use case (it is actually explicitly asked in the SCC UI when creating an attachment). So we should expose 1 more variable for this in the SCC DA instead of always creating a daily schedule (default it to daily schedule though).

in-1911 commented 1 month ago

Probably adding a simple value parameter for "default schedule" would be a good starting point. Having a full structure for the attachment configuration (with parameters, exclusions, scheduling, etc) would be a long term goal, but if all the new attachments are created with the supplied default (e.g. set to 30 days) that would be enough to avoid higher cost of multiple daily scans.

ocofaigh commented 1 month ago

yep agree, thats the plan