diff --git a/solutions/e2e/README.md b/solutions/e2e/README.md
index fb337a19..dba0fb03 100644
--- a/solutions/e2e/README.md
+++ b/solutions/e2e/README.md
@@ -45,7 +45,7 @@ The end-to-end solution automates the following tasks:
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.0 |
| [ibm](#requirement\_ibm) | 1.79.0 |
-| [restapi](#requirement\_restapi) | 1.20.0 |
+| [restapi](#requirement\_restapi) | 2.0.1 |
| [time](#requirement\_time) | 0.13.1 |
### Modules
diff --git a/solutions/e2e/version.tf b/solutions/e2e/version.tf
index e8aa67a3..cf783d92 100644
--- a/solutions/e2e/version.tf
+++ b/solutions/e2e/version.tf
@@ -12,7 +12,7 @@ terraform {
restapi = {
source = "Mastercard/restapi"
- version = "1.20.0"
+ version = "2.0.1"
}
}
}