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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,13 @@
5
5
- Support for Online resize (grow) of block volume
6
6
- Support Terraform v0.12 syntax for resource discovery. Default is now v0.12 for generated configurations.
7
7
- Support resource discovery for functions resources
8
+
-
8
9
9
10
### Fixed
10
11
- Add missing attributes for `oci_file_storage_mount_target` import [Github issue #1037](https://github.com/terraform-providers/terraform-provider-oci/issues/1037)
11
12
- Fixed the diff for `whitelisted_ips` arguments order in `oci_database_autonomous_database` resource [Issue #1050](https://github.com/terraform-providers/terraform-provider-oci/issues/1050)
12
13
- Fixed the `placement_configs` order mismatch in `oci_containerengine_node_pool`[GitHub issue #1045](https://github.com/terraform-providers/terraform-provider-oci/issues/1045)
14
+
- Fixed Instance Metadata examples to use the Instance Metadata Service version 2
- If you are facing issues with connecting or using WinRM from Terraform through remote-exec, an alternative approach can be to use local-exec with another library like [pywinrm](https://github.com/diyan/pywinrm)
0 commit comments