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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
## 3.36.1 (Unreleased)
1
+
## 3.37.0 (Unreleased)
2
+
3
+
### Added
4
+
- Support for ipv6 in `oci_core_vcn`, `oci_core_subnet` and `oci_load_balancer` resources.
5
+
- Support for ipv6 in `oci_core_virtual_circuit` resources.
6
+
7
+
### Fixed
8
+
- Fixed the diff for `options` arguments order in `oci_core_dhcp_options` resource [Issue #829](https://github.com/terraform-providers/terraform-provider-oci/issues/829)
9
+
- Fixed typo in docs for `source_type` in `oci_core_network_security_group_security_rule` and docs updated
10
+
- Fixed `listing_id` reference in docs for App Catalog
11
+
- Removing `compartment_id` from `oci_core_volume_attachment` as the service does not accept that parameter. The compartment_id of the volume is the one used by the service.
12
+
- Fixed the nil pointer error for `oci_core_ipsec` on compartment update
//@CODEGEN the service does not allow retention_period_days to be optional but it is optional in the spec HYD-9426. Service only supports PUT but not POST
0 commit comments