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 8939ae7 commit 0c06657Copy full SHA for 0c06657
CHANGELOG.md
@@ -4,7 +4,6 @@
4
- Support for specifying compartment ID for container engine options APIs
5
- Support for console access to APEX and SQL Dev in autonomous databases
6
- Support for Volume Performance Units in `oci_core_boot_volume` and `oci_core_volume` resources
7
-- Support for URL Redirect Feature in `oci_load_balancer_rule_set` resource
8
- Support for data safe integration in `oci_database_autonomous_database` resource
9
10
### Fixed
oci/version.go
@@ -6,7 +6,7 @@ import (
"log"
)
-const Version = "3.51.0"
+const Version = "3.52.0"
11
func PrintVersion() {
12
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments