diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 333f1199..a5f12df8 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.82.0" + version = "1.82.1" } time = { source = "hashicorp/time"