We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826e50c commit d54bea5Copy full SHA for d54bea5
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## 3.58.1 (Unreleased)
+## 3.59.0 (Unreleased)
2
+
3
### Added
4
- Support for creating `oci_database_autonomous_database` resource by cloning from a backup of an existing Autonomous Database.
5
- Support for a new field `redundancy_status` in resource `core_drg_resource`.
oci/version.go
@@ -6,7 +6,7 @@ import (
6
"log"
7
)
8
9
-const Version = "3.58.0"
+const Version = "3.59.0"
10
11
func PrintVersion() {
12
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments