This repository was archived by the owner on Mar 19, 2025. It is now read-only.
Releases: terraform-ibm-modules/terraform-ibm-scc-da
Releases · terraform-ibm-modules/terraform-ibm-scc-da
v1.27.4
v1.27.3
v1.27.2
v1.27.1
v1.27.0
1.27.0 (2025-03-04)
Features
- The following DA variables have been renamed:
-cbr_rules
->scc_instance_cbr_rules
scc_en_email_list
->scc_event_notifications_email_list
-scc_en_reply_to_email
->scc_event_notifications_reply_to_email
-scc_en_from_email
->scc_event_notifications_from_email
-skip_scc_workload_protection_auth_policy
->skip_scc_workload_protection_iam_auth_policy
-en_source_description
->event_notifications_source_description
-en_source_name
->event_notifications_source_name
-existing_en_crn
->existing_event_notifications_crn
-skip_scc_cos_auth_policy
->skip_scc_cos_iam_auth_policy
-skip_cos_kms_auth_policy
->skip_cos_kms_iam_auth_policy
-cos_region
->scc_cos_bucket_region
Upgrade note: The default value ofscc_cos_bucket_region
(previouslycos_region
) has been updated tonull
, which means it will default to the same region that the SCC instance is in. If upgrading from a previous version, you may want to set the value back to its original value (or whatever value you were using) to avoid resources being destroyed and recreated. (#250) (c828039)
v1.26.4
v1.26.3
v1.26.2
v1.26.1
v1.26.0
1.26.0 (2025-02-24)
Features
- Removed the input
existing_activity_tracker_crn
from the DA since Activity Tracker has been deprecated. Activity tracking will still be enabled on the COS bucket, however events are sent to according to the config specified in the Activity Tracker Event Routing service configuration (#254) (a1258e4)