diff --git a/cloud/terraform/README.md b/cloud/terraform/README.md
index b8e19900..8aaf2c5a 100644
--- a/cloud/terraform/README.md
+++ b/cloud/terraform/README.md
@@ -37,12 +37,13 @@ This can easily be extended to support other [Terraform providers](https://regis
### Open Telekom Cloud (OTC)
* ECS instance:
- * s2.medium.8 (1 vCPU, 8 GB RAM)
+ * s3.medium.8 (1 vCPU, 8 GB RAM)
* 128 GB disk
* Debian 10
* Public EIP
* Security Group
-* Network, Subnet, Router (= Virtual Private Cloud [VPC])
+ * All TCP/UDP ports are open to the Internet
+* Virtual Private Cloud (VPC) and Subnet
## Prerequisites
@@ -90,11 +91,13 @@ In `aws/variables.tf`, you can change the additional variables:
### Open Telekom Cloud (OTC)
In `otc/variables.tf`, you can change the additional variables:
+* `ecs_flavor`
+* `ecs_disk_size`
* `availability_zone`
-* `flavor`
* `key_pair` - Specify an existing SSH key pair
-* `volume_size`
-Furthermore you can configure the naming of the created infrastructure (per default everything gets prefixed with "tpot-", e.g. "tpot-router").
+* `eip_size`
+
+... and some more, but these are the most relevant.
## Initialising