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 ec5fc3e commit fc1bc75Copy full SHA for fc1bc75
CHANGELOG.md
@@ -1,10 +1,13 @@
1
-## 3.26.1 (Unreleased)
+## 3.27.0 (Unreleased)
2
3
### Added
4
- Support for moving File Systems and Mount Targets across compartments
5
- Support for filtering File Storage resources by tags
6
- Support for getting UI password information
7
8
+### Notes
9
+- This is the first provider version that supports Terraform v0.12.
10
+
11
## 3.26.0 (May 22, 2019)
12
13
oci/version.go
@@ -6,7 +6,7 @@ import (
"log"
)
-const Version = "3.26.0"
+const Version = "3.27.0"
func PrintVersion() {
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments