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

Commit 948f52b

Browse files
fix(deps): update terraform ibm to latest for the deployable architecture solution (#64)
1 parent 3067714 commit 948f52b

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
@@ -15,7 +15,7 @@ This solution supports the following:
1515
| Name | Version |
1616
|------|---------|
1717
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
18-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.1 |
18+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.2 |
1919

2020
### Modules
2121

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.1"
7+
version = "1.64.2"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)