diff --git a/solutions/enterprise/version.tf b/solutions/enterprise/version.tf index 7448851..8070399 100644 --- a/solutions/enterprise/version.tf +++ b/solutions/enterprise/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.74.0" + version = "1.75.1" } time = { source = "hashicorp/time" diff --git a/solutions/quickstart/version.tf b/solutions/quickstart/version.tf index b26545e..b38ea85 100644 --- a/solutions/quickstart/version.tf +++ b/solutions/quickstart/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.74.0" + version = "1.75.1" } } }