Releases: terraform-ibm-modules/terraform-ibm-cbr
Releases · terraform-ibm-modules/terraform-ibm-cbr
v1.20.0
1.20.0 (2024-03-18)
Features
- create global 'deny' rule when more narrow scoped rules are created by the module (#396)
* minimum required provider version is 1.62.0.
* Ability to scope a rule per region.
* Support for multiple attributes per rule for a service.
* Remove public default context set to 1.1.1.1
* 0 context rule for services by default, which will deny all requests made to a service. (Note: By default enforcement mode is set to report-only).
* option create a global 'deny' rule for all the scoped rule for a service. By default it is set to true. (512a33b)
v1.19.1
v1.19.0
v1.18.1
v1.18.0
v1.17.1
v1.17.0
v1.16.0
1.16.0 (2023-11-15)
Features
- The KMS CBR context are now set to target HPCS in the fscloud module by default, starting with version 1.16.0, instead of Key Protect.
Important Changes:
- This update replaces the previous default Key Protect rule with HPCS. As a result, when you upgrade to v1.16.0, the context will no longer be the set for the key protect CBR rule.
- To maintain the behavior from previous versions when upgrading to v1.16.0, you should set the new variable
kms_service_targeted_by_prewired_rules
variable to include 'key-protect.' This ensures that the 'key-protect' CBR context continues to be set. For detailed instructions on configuring this variable, please refer to the fscloud module's variables.tf file.