mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
Update Terraform readme
This commit is contained in:
parent
c9ec5347d5
commit
628ea0224c
1 changed files with 8 additions and 5 deletions
|
@ -37,12 +37,13 @@ This can easily be extended to support other [Terraform providers](https://regis
|
||||||
<a name="what-created-otc"></a>
|
<a name="what-created-otc"></a>
|
||||||
### Open Telekom Cloud (OTC)
|
### Open Telekom Cloud (OTC)
|
||||||
* ECS instance:
|
* ECS instance:
|
||||||
* s2.medium.8 (1 vCPU, 8 GB RAM)
|
* s3.medium.8 (1 vCPU, 8 GB RAM)
|
||||||
* 128 GB disk
|
* 128 GB disk
|
||||||
* Debian 10
|
* Debian 10
|
||||||
* Public EIP
|
* Public EIP
|
||||||
* Security Group
|
* Security Group
|
||||||
* Network, Subnet, Router (= Virtual Private Cloud [VPC])
|
* All TCP/UDP ports are open to the Internet
|
||||||
|
* Virtual Private Cloud (VPC) and Subnet
|
||||||
|
|
||||||
<a name="pre"></a>
|
<a name="pre"></a>
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
@ -90,11 +91,13 @@ In `aws/variables.tf`, you can change the additional variables:
|
||||||
<a name="variables-otc"></a>
|
<a name="variables-otc"></a>
|
||||||
### Open Telekom Cloud (OTC)
|
### Open Telekom Cloud (OTC)
|
||||||
In `otc/variables.tf`, you can change the additional variables:
|
In `otc/variables.tf`, you can change the additional variables:
|
||||||
|
* `ecs_flavor`
|
||||||
|
* `ecs_disk_size`
|
||||||
* `availability_zone`
|
* `availability_zone`
|
||||||
* `flavor`
|
|
||||||
* `key_pair` - Specify an existing SSH key pair
|
* `key_pair` - Specify an existing SSH key pair
|
||||||
* `volume_size`
|
* `eip_size`
|
||||||
Furthermore you can configure the naming of the created infrastructure (per default everything gets prefixed with "tpot-", e.g. "tpot-router").
|
|
||||||
|
... and some more, but these are the most relevant.
|
||||||
|
|
||||||
<a name="initialising"></a>
|
<a name="initialising"></a>
|
||||||
## Initialising
|
## Initialising
|
||||||
|
|
Loading…
Reference in a new issue