diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 142c995..6e72488 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = "1.78.1" + version = "1.78.2" } } }