You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basic/version.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
5
5
ibm={
6
6
source ="IBM-Cloud/ibm"
7
-
version ="1.70.0"
7
+
version ="1.79.0"
8
8
}
9
9
# The elasticsearch provider is not actually required by the module itself, just this example, so OK to use ">=" here instead of locking into a version
0 commit comments