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 b049aec commit 24cec1eCopy full SHA for 24cec1e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 7.5.0 (Unreleased)
2
+
3
+### Bug Fix
4
+- Updating the Type of should_include_oidc_config_file to Bool
5
+, Check if the IP address in Nil before dereferencing it to avoid Nil pointer causing terraform to crash
6
+- Fixing broken Integration & Example tests for DbSystem Patch Resource
7
8
## 7.4.0 (June 04, 2025)
9
10
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "7.4.0"
11
-const ReleaseDate = "2025-06-08"
+const Version = "7.5.0"
+const ReleaseDate = "2025-06-14"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments