diff --git a/solutions/fully-configurable/README.md b/solutions/fully-configurable/README.md
index 89e99257..8d3c5c0b 100644
--- a/solutions/fully-configurable/README.md
+++ b/solutions/fully-configurable/README.md
@@ -36,7 +36,7 @@ This solution supports provisioning and configuring the following infrastructure
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.0 |
-| [ibm](#requirement\_ibm) | 1.78.1 |
+| [ibm](#requirement\_ibm) | 1.78.2 |
| [time](#requirement\_time) | 0.13.1 |
### Modules
@@ -56,7 +56,7 @@ This solution supports provisioning and configuring the following infrastructure
| Name | Type |
|------|------|
-| [ibm_iam_authorization_policy.cos_kms_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.1/docs/resources/iam_authorization_policy) | resource |
+| [ibm_iam_authorization_policy.cos_kms_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.2/docs/resources/iam_authorization_policy) | resource |
| [time_sleep.wait_for_cross_account_authorization_policy](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep) | resource |
### Inputs
diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf
index cd83f387..e5eb065b 100644
--- a/solutions/fully-configurable/version.tf
+++ b/solutions/fully-configurable/version.tf
@@ -4,7 +4,7 @@ terraform {
# Lock DA into an exact provider version - renovate automation will keep it updated
ibm = {
source = "IBM-Cloud/ibm"
- version = "1.78.1"
+ version = "1.78.2"
}
time = {
source = "hashicorp/time"