File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ You need the following permissions to run this module.
58
58
| Name | Version |
59
59
| ------| ---------|
60
60
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0.0 |
61
- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.48 .0 |
61
+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.49 .0 |
62
62
63
63
## Modules
64
64
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.48 .0"
7
+ version = " 1.49 .0"
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change 162
162
"ibm" : {
163
163
"source" : " IBM-Cloud/ibm" ,
164
164
"version_constraints" : [
165
- " \u003e = 1.48 .0"
165
+ " \u003e = 1.49 .0"
166
166
]
167
167
}
168
168
},
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
ibm = {
5
5
source = " IBM-Cloud/ibm"
6
6
# Use "greater than or equal to" range in modules
7
- version = " >= 1.48 .0"
7
+ version = " >= 1.49 .0"
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments