File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.87.0 (January 12, 2026)
2+
3+ ## Bug Fixes
4+
5+ ### Cloud Databases
6+ * Fix the attribute in backup_id parameter ([ 6567] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6567 ) )
7+
8+ ### IAM
9+ * fix(IAM Policy Management): Fix subject stringExists ([ 6598] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6598 ) )
10+
11+ ### Cloud Logs
12+ * prevent panic when before list contains nil element ([ 6580] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6580 ) )
13+
14+ ### DR AutomationService
15+ * Dra terraform apis- fmt issue fixed ([ 6612] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6612 ) )
16+ * Dra terraform apis ([ 6600] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6600 ) )
17+
18+ ### VPC Infrastructure
19+ * added validation for public address range name ([ 6608] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6608 ) )
20+
21+
22+ ## Enhancements
23+
24+ ### Backup/Recovery
25+ * add auto_proetction_group_id ([ 6607] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6607 ) )
26+
27+
28+
29+
130# 1.87.0-beta1 (December 22, 2025)
231
332## Bug Fixes
Original file line number Diff line number Diff line change 55)
66
77// Version is the current provider main version
8- const Version = "1.87.0-beta1 "
8+ const Version = "1.87.0"
99
1010// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111var GitCommit string
You can’t perform that action at this time.
0 commit comments