Releases: terraform-ibm-modules/terraform-ibm-event-notifications
Releases · terraform-ibm-modules/terraform-ibm-event-notifications
v1.18.1
v1.18.0
v1.17.2
v1.17.1
v1.17.0
1.17.0 (2025-02-05)
Features
- updated the
service_credential_secrets
input object schema of the DA to support creating service specific roles
* Theservice_credentials_source_service_role
attribute has been renamed toservice_credentials_source_service_role_crn
and now requires a full CRN value. For example:service_credentials_source_service_role_crn = "crn:v1:bluemix:public:iam::::role:Editor"
(#374) (d69b8f3)
v1.16.1
1.16.1 (2025-02-05)
Bug Fixes
- Updated the default value of the prefix input to be "dev" in the DA
- Marked the input as required in catalog so it will now show in the required tab of the projects UI
- It is still possible omit the prefix by passing a value of null or empty string ("") when working directly with the terraform code, or by passing the string value of NULL when deploying in projects or schematics. (#372) (293ec2e)