Skip to content

Commit e2dd42f

Browse files
authored
fix: update required ibm provider version to >= 1.56.1 (#277)
1 parent 8b84293 commit e2dd42f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You need the following permissions to run this module.
8787
| Name | Version |
8888
|------|---------|
8989
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
90-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.49.0 |
90+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.56.1 |
9191

9292
### Modules
9393

module-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"ibm": {
192192
"source": "IBM-Cloud/ibm",
193193
"version_constraints": [
194-
"\u003e= 1.49.0"
194+
"\u003e= 1.56.1"
195195
]
196196
}
197197
},

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
ibm = {
55
source = "IBM-Cloud/ibm"
66
# Use "greater than or equal to" range in modules
7-
version = ">= 1.49.0"
7+
version = ">= 1.56.1"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)