Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

v1.27.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 04 Mar 23:34
· 8 commits to main since this release
v1.27.0
c828039

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 of scc_cos_bucket_region (previously cos_region) has been updated to null, 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)