diff --git a/solutions/fully-configurable/README.md b/solutions/fully-configurable/README.md index ceb7ecb..1d01ae5 100644 --- a/solutions/fully-configurable/README.md +++ b/solutions/fully-configurable/README.md @@ -15,7 +15,7 @@ This solution supports provisioning and configuring the following infrastructure | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.4.0 | -| [ibm](#requirement\_ibm) | 1.78.1 | +| [ibm](#requirement\_ibm) | 1.78.2 | ### Modules diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index a1fd71f..64deadd 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.78.1" + version = "1.78.2" } } }