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 fe316cd commit 9a4706bCopy full SHA for 9a4706b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 1.81.0-beta1 (July 25, 2025)
2
+
3
+## Bug Fixes
4
5
+### VPC Infrastructure
6
+* Added an empty check on allowed_use for is_instance ([6381](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6381))
7
8
9
# 1.81.0-beta0 (July 24, 2025)
10
11
## Bug Fixes
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.81.0-beta0"
+const Version = "1.81.0-beta1"
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
0 commit comments