Skip to content

Releases: terraform-ibm-modules/terraform-ibm-secrets-manager

v1.25.5

24 Mar 16:16
v1.25.5
5c52795

Choose a tag to compare

1.25.5 (2025-03-24)

Bug Fixes

v1.25.4

22 Mar 20:32
v1.25.4
c458399

Choose a tag to compare

1.25.4 (2025-03-22)

Bug Fixes

  • deps: update terraform ibm to latest for the deployable architecture solution (#310) (c458399)

v1.25.3

20 Mar 12:58
v1.25.3
94db9b1

Choose a tag to compare

1.25.3 (2025-03-20)

Bug Fixes

  • expose the skip_iam_authorization_policy in the fscloud submodule (#301) (94db9b1)

v1.25.2

15 Mar 12:26
v1.25.2
f12d4e9

Choose a tag to compare

1.25.2 (2025-03-15)

Bug Fixes

  • deps: update required_provider to latest for the deployable architecture solution (#305) (f12d4e9)

v1.25.1

06 Mar 15:38
v1.25.1
190d59d

Choose a tag to compare

1.25.1 (2025-03-06)

Bug Fixes

v1.25.0

05 Mar 18:12
v1.25.0
e5d4806

Choose a tag to compare

1.25.0 (2025-03-05)

Features

  • Added new input skip_iam_authorization_policy which defaults to false, meaning by default the module will now create the IAM authorization policies required to enable the IAM credentials engine by creating policies that grants the Secrets Manager instance 'Operator' access to the IAM identity service, and 'Groups Service Member Manage' access to the IAM groups service (#237) (e5d4806)

v1.24.3

01 Mar 16:19
v1.24.3
9249319

Choose a tag to compare

1.24.3 (2025-03-01)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/event-notifications/ibm to v1.18.8 (#298) (9249319)

v1.24.2

01 Mar 04:26
v1.24.2
cfa265f

Choose a tag to compare

1.24.2 (2025-03-01)

Bug Fixes

v1.24.1

27 Feb 04:40
v1.24.1
3b7f282

Choose a tag to compare

1.24.1 (2025-02-27)

Bug Fixes

v1.24.0

24 Feb 12:56
v1.24.0
fef71c3

Choose a tag to compare

1.24.0 (2025-02-24)

(#290) (fef71c3)

Features

  • updated DA input variable names:
    • secret_manager_tags --> secrets_manager_tags
    • public_engine_enabled --> public_cert_engine_enabled
    • cis_id --> public_cert_engine_internet_services_crn
    • dns_provider_name --> public_cert_engine_dns_provider_config_name
    • ca_name --> public_cert_engine_lets_encrypt_config_ca_name
    • private_engine_enabled --> private_cert_engine_enabled
    • root_ca_name --> private_cert_engine_config_root_ca_name
    • root_ca_common_name --> private_cert_engine_config_root_ca_common_name
    • root_ca_max_ttl --> private_cert_engine_config_root_ca_max_ttl
    • intermediate_ca_name --> private_cert_engine_config_intermediate_ca_name
    • certificate_template_name --> private_cert_engine_config_template_name
    • enable_event_notification --> enable_event_notifications
    • existing_event_notification_instance_crn --> existing_event_notifications_instance_crn
    • skip_event_notification_iam_authorization_policy --> skip_event_notifications_iam_authorization_policy
    • sm_en_email_list --> event_notifications_email_list
    • sm_en_from_email --> event_notifications_from_email
    • sm_en_reply_to_email --> event_notifications_reply_to_email
  • The default value of kms_key_ring_name has been changed from "sm-cos-key-ring" --> "secrets-manager-key-ring"
  • The default value of kms_key_name has been changed from "sm-cos-key" --> "secrets-manager-key"
  • The default value of iam_engine_name has been changed from "base-sm-iam-engine" --> "iam-engine"
  • The default value of secrets_manager_instance_name has been changed from "base-security-services-sm" --> "secrets-manager"

NOTE: If upgrading from a previous release, to prevent infrastructure being destroyed and recreated, you can override the defaults back to their original values.