diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index a602fe39..a21a5a22 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.79.2" + version = "1.80.0" } helm = { source = "hashicorp/helm"