Skip to content

Commit 6e4c9e2

Browse files
fix(deps): update terraform ibm to v1.45.0 (#90)
* fix(deps): update terraform ibm to v1.45.0 * docs: committing files modified by the hook Co-authored-by: Renovate Bot <[email protected]>
1 parent 5f58625 commit 6e4c9e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You need the following permissions to run this module.
132132
| Name | Version |
133133
|------|---------|
134134
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
135-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.44.3 |
135+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.45.0 |
136136

137137
## Modules
138138

examples/default/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.44.3"
8+
version = "1.45.0"
99
}
1010
}
1111
}

module-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
"ibm": {
302302
"source": "IBM-Cloud/ibm",
303303
"version_constraints": [
304-
"\u003e= 1.44.3"
304+
"\u003e= 1.45.0"
305305
]
306306
}
307307
},

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# Use "greater than or equal to" range in modules
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.44.3"
8+
version = ">= 1.45.0"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)