Skip to content

Commit

Permalink
fix(deps): update terraform ibm to latest for deployable modules (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Apr 13, 2024
1 parent 3398cde commit 3de3e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployable_modules/module-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is not intended to be called by one or more other modules since it contains
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.1 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion deployable_modules/module-template/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.64.0"
version = "1.64.1"
}
}
}

0 comments on commit 3de3e90

Please sign in to comment.