Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit c1a522f

Browse files
fix(deps): update terraform ibm to latest for the deployable architecture solution (#54)
1 parent 6c267d4 commit c1a522f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/instances/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Currently this solution does not support attaching the Workload Protection insta
1818
| Name | Version |
1919
|------|---------|
2020
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
21-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.0 |
21+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.1 |
2222

2323
### Modules
2424

solutions/instances/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.64.0"
7+
version = "1.64.1"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)