Skip to content

Commit 93779b7

Browse files
fix(deps): update terraform ibm to latest for deployable architectures
1 parent 83d514e commit 93779b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/fully-configurable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This solution supports provisioning and configuring the following infrastructure
1717
| Name | Version |
1818
|------|---------|
1919
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
20-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.77.0 |
20+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.1 |
2121

2222
### Modules
2323

solutions/fully-configurable/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.77.0"
7+
version = "1.78.1"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)