We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61df0ba commit 2f15ef8Copy full SHA for 2f15ef8
solutions/fully-configurable/README.md
@@ -15,7 +15,7 @@ This solution supports provisioning and configuring the following infrastructure
15
| Name | Version |
16
|------|---------|
17
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.4.0 |
18
-| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.76.3 |
+| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.77.1 |
19
20
### Modules
21
solutions/fully-configurable/version.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
ibm = {
6
source = "IBM-Cloud/ibm"
7
- version = "1.76.3"
+ version = "1.77.1"
8
}
9
10
0 commit comments