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 ad29017 commit bee9cccCopy full SHA for bee9ccc
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
### Added
4
- Support for recovery window in backup config for Database DbSystem and DbHome resources
5
+- Support for KMS throttling and audit logs
6
7
## 3.24.1 (May 07, 2019)
8
@@ -28,7 +29,6 @@
28
29
30
- Support for `compartment_id` filter in `email_senders` and `email_suppressions` data sources
31
- Support for import in dbHomes and dbSystems
-- Support for KMS throttling
32
33
### Fixed
34
- Backward compatibility for compositeId in Object Storage - Objects and PARs
oci/version.go
@@ -6,7 +6,7 @@ import (
"log"
)
9
-const Version = "3.24.0"
+const Version = "3.25.0"
10
11
func PrintVersion() {
12
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments