diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 1dfee2e..7ab5d90 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.80.3" + version = "1.80.4" } helm = { source = "hashicorp/helm"