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 da87cb7 commit 4e2c6e3Copy full SHA for 4e2c6e3
CHANGELOG.md
@@ -6,6 +6,7 @@
6
- Adding ability to disable monitoring in instances
7
- Adding support for Metrics-based Dynamic Auto-scaling
8
- Support for listing and specifying Fault Domains in Database resources
9
+- Support for Notification service
10
11
## 3.16.0 (February 26, 2019)
12
oci/version.go
@@ -6,7 +6,7 @@ import (
"log"
)
-const Version = "3.16.0"
+const Version = "3.17.0"
func PrintVersion() {
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments