Skip to content

Commit

Permalink
fix(deps): update terraform ibm to latest for deployable modules / ar…
Browse files Browse the repository at this point in the history
…chitectures (#769)
  • Loading branch information
terraform-ibm-modules-ops committed Apr 20, 2024
1 parent 3b9f040 commit 7d03ccb
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.1 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.2 |

### 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.1"
version = "1.64.2"
}
}
}

0 comments on commit 7d03ccb

Please sign in to comment.