diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 588952b8..6ecb4192 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -6,7 +6,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.78.3" + version = "1.78.4" } helm = { source = "hashicorp/helm"