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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 4.100.0 (November 16, 2022)
2
+
3
+
### Added
4
+
- Support for mTLS and Scan port configuration of AVM Clusters on ExaCC
5
+
- Support for Dev and Deployment of Site Guard as Service in OCI
6
+
### Bug Fix
7
+
- auto_backup_window field is not updated for dbSystem / database resource
8
+
1
9
## 4.99.0 (November 09, 2022)
2
10
3
11
### Added
@@ -1083,7 +1091,7 @@ as source using `vm_cluster_id` and `SOURCE=VM_CLUSTER_NEW`.
1083
1091
1084
1092
### Notes
1085
1093
- Upgrade to Terraform Plugin SDK v1.15.0
1086
-
- Resource discovery now requires Terraform CLI. For more details on how to provide the CLI, refer to [resource discovery prerequisites](https://registry.terraform.io/providers/hashicorp/oci/latest/docs/guides/resource_discovery#prerequisites)
1094
+
- Resource discovery now requires Terraform CLI. For more details on how to provide the CLI, refer to [resource discovery prerequisites](https://registry.terraform.io/providers/oracle/oci/latest/docs/guides/resource_discovery#prerequisites)
Copy file name to clipboardExpand all lines: examples/README.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
@@ -73,6 +73,8 @@ This directory contains Terraform configuration files showing how to create spec
73
73
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/raw/master/examples/zips/datascience.zip)
74
74
- devops
75
75
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/raw/master/examples/zips/devops.zip)
76
+
- disaster_recovery
77
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/raw/master/examples/zips/disaster_recovery.zip)
76
78
- dns
77
79
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/raw/master/examples/zips/dns.zip)
This is a Terraform configuration that creates the `disaster_recovery` service on Oracle Cloud Infrastructure.
3
+
4
+
The Terraform code is used to create a Resource Manager stack, that creates the required resources and configures the application on the created resources.
5
+
## Magic Button
6
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle/terraform-provider-oci/raw/master/examples/zips/disaster_recovery.zip)
This is a Terraform configuration that creates the `disaster_recovery` service on Oracle Cloud Infrastructure.
3
+
4
+
The Terraform code is used to create a Resource Manager stack, that creates the required resources and configures the application on the created resources.
0 commit comments