diff --git a/README.md b/README.md
index 268c443..09ef1b2 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,7 @@ You need the following permissions to run this module.
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.0 |
-| [ibm](#requirement\_ibm) | >= 1.76.0, < 2.0.0 |
+| [ibm](#requirement\_ibm) | >= 1.79.0, < 2.0.0 |
| [time](#requirement\_time) | >= 0.9.1, < 1.0.0 |
### Modules
diff --git a/examples/api_key_auth/version.tf b/examples/api_key_auth/version.tf
index 952bfa0..3a1e629 100644
--- a/examples/api_key_auth/version.tf
+++ b/examples/api_key_auth/version.tf
@@ -4,7 +4,7 @@ terraform {
# Pin to the lowest provider version of the range defined in the main module to ensure lowest version still works
ibm = {
source = "IBM-Cloud/ibm"
- version = "1.76.0"
+ version = "1.79.0"
}
}
}
diff --git a/examples/iam_auth/version.tf b/examples/iam_auth/version.tf
index 9dbe956..0ec61bc 100644
--- a/examples/iam_auth/version.tf
+++ b/examples/iam_auth/version.tf
@@ -4,7 +4,7 @@ terraform {
# Pin to the lowest provider version of the range defined in the main module to ensure lowest version still works
ibm = {
source = "IBM-Cloud/ibm"
- version = ">= 1.76.0"
+ version = ">= 1.79.0"
}
}
}
diff --git a/version.tf b/version.tf
index 78a3993..c67cc42 100644
--- a/version.tf
+++ b/version.tf
@@ -4,7 +4,7 @@ terraform {
# Use "greater than or equal to" range in modules
ibm = {
source = "IBM-Cloud/ibm"
- version = ">= 1.76.0, < 2.0.0"
+ version = ">= 1.79.0, < 2.0.0"
configuration_aliases = [ibm, ibm.secret-store]
}
time = {