You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
- Support for specifying network_type in `launch_options` for the `core_instance` resource
6
6
- Support for `home_region` and `time_created` attributes in health_checks resources and datasources
7
7
- Support for custom scheduled backup policies in Block Storage
8
+
- Support for importing `oci_load_balancer_certificate` resource
9
+
10
+
### Notes
11
+
Starting with this version, newly created load balancer certificates will have an `id` in the form of `loadBalancers/{loadBalancerId}/certificates/{certificateName}`.
12
+
Load balancer certificates created with previous versions and upgrading to this version will continue to store `id` in the form of `{certificateName}`.
0 commit comments