mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Update README.md
This commit is contained in:
parent
c33229b53a
commit
42852a85ea
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ This can easily be extended to support other [Terraform providers](https://www.t
|
||||||
- [What get's created](#what-created)
|
- [What get's created](#what-created)
|
||||||
- [Amazon Web Services (AWS)](#what-created-aws)
|
- [Amazon Web Services (AWS)](#what-created-aws)
|
||||||
- [Open Telekom Cloud (OTC)](#what-created-otc)
|
- [Open Telekom Cloud (OTC)](#what-created-otc)
|
||||||
- [Pre-Requisites](#pre)
|
- [Prerequisites](#pre)
|
||||||
- [Amazon Web Services (AWS)](#pre-aws)
|
- [Amazon Web Services (AWS)](#pre-aws)
|
||||||
- [Open Telekom Cloud (OTC)](#pre-otc)
|
- [Open Telekom Cloud (OTC)](#pre-otc)
|
||||||
- [Terraform Variables](#variables)
|
- [Terraform Variables](#variables)
|
||||||
|
@ -45,8 +45,8 @@ This can easily be extended to support other [Terraform providers](https://www.t
|
||||||
* Network, Subnet, Router (= Virtual Private Cloud [VPC])
|
* Network, Subnet, Router (= Virtual Private Cloud [VPC])
|
||||||
|
|
||||||
<a name="pre"></a>
|
<a name="pre"></a>
|
||||||
## Pre-Requisites
|
## Prerequisites
|
||||||
* [Terraform](https://www.terraform.io/) 0.12
|
* [Terraform](https://www.terraform.io/) 0.13
|
||||||
|
|
||||||
<a name="pre-aws"></a>
|
<a name="pre-aws"></a>
|
||||||
### Amazon Web Services (AWS)
|
### Amazon Web Services (AWS)
|
||||||
|
@ -90,7 +90,7 @@ 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:
|
||||||
* `availabiliy_zone`
|
* `availability_zone`
|
||||||
* `flavor`
|
* `flavor`
|
||||||
* `key_pair` - Specify an existing SSH key pair
|
* `key_pair` - Specify an existing SSH key pair
|
||||||
* `image_id`
|
* `image_id`
|
||||||
|
@ -124,4 +124,4 @@ If you want the remove the built infrastructure, you can run [`terraform destroy
|
||||||
|
|
||||||
<a name="connecting"></a>
|
<a name="connecting"></a>
|
||||||
## Connecting to the Instance
|
## Connecting to the Instance
|
||||||
When the installation is completed, you can proceed with connecting/logging in to the T-Pot according to the [documentation](https://github.com/dtag-dev-sec/tpotce#ssh-and-web-access).
|
When the installation is completed, you can proceed with connecting/logging in to the T-Pot according to the [documentation](https://github.com/telekom-security/tpotce#ssh-and-web-access).
|
||||||
|
|
Loading…
Reference in a new issue