diff --git a/solutions/e2e/README.md b/solutions/e2e/README.md
index d3f34280..9adadc63 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.2 |
-| [restapi](#requirement\_restapi) | 1.20.0 |
+| [restapi](#requirement\_restapi) | 2.0.1 |
| [time](#requirement\_time) | 0.13.1 |
### Modules
@@ -53,7 +53,7 @@ The end-to-end solution automates the following tasks:
| Name | Source | Version |
|------|--------|---------|
| [sap\_system](#module\_sap\_system) | ../../modules/pi-sap-system-type1 | n/a |
-| [standard](#module\_standard) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 8.5.4 |
+| [standard](#module\_standard) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 8.5.5 |
### Resources
diff --git a/solutions/e2e/main.tf b/solutions/e2e/main.tf
index 35443084..6006ab1c 100644
--- a/solutions/e2e/main.tf
+++ b/solutions/e2e/main.tf
@@ -7,7 +7,7 @@
module "standard" {
source = "terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
- version = "8.5.4"
+ version = "8.5.5"
providers = { ibm.ibm-is = ibm.ibm-is, ibm.ibm-pi = ibm.ibm-pi, ibm.ibm-sm = ibm.ibm-sm }
diff --git a/solutions/e2e/version.tf b/solutions/e2e/version.tf
index 2c22d2a9..e9341ef5 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"
}
}
}