Skip to content

Commit

Permalink
fix(deps): update terraform ibm to v1.44.3 (#84)
Browse files Browse the repository at this point in the history
* fix(deps): update terraform ibm to v1.44.3

* docs: committing files modified by the hook

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
terraform-ibm-modules-ops and renovate-bot authored Sep 1, 2022
1 parent 7a16b4c commit 12276f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ You need the following permissions to run this module.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.41.1 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.44.3 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/default/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
ibm = {
source = "IBM-Cloud/ibm"
version = "1.41.1"
version = "1.44.3"
}
}
}
2 changes: 1 addition & 1 deletion module-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"ibm": {
"source": "IBM-Cloud/ibm",
"version_constraints": [
"\u003e= 1.41.1"
"\u003e= 1.44.3"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
# Use "greater than or equal to" range in modules
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.41.1"
version = ">= 1.44.3"
}
}
}

0 comments on commit 12276f0

Please sign in to comment.