20 lines
554 B
Markdown
20 lines
554 B
Markdown
# DTSV Infrastructure build with Terraform
|
|
The infrastructure consists one network, two instances and one volume on [Hetzner Cloud](https://www.hetzner.com/cloud)
|
|
|
|
[**Networks**](./network.tf)
|
|
* VPC (virtual-private-cloud)
|
|
|
|
[**Instances**](./instances.tf)
|
|
* WEB (webserver)
|
|
* DB (database-server)
|
|
|
|
[**Volumes**](./volume.tf)
|
|
* WEB (persistent webserver data)
|
|
|
|
The Domain Registration Providers is [IONOS](https://www.ionos.com/domains)
|
|
|
|
[**DNS**](./dns.tf)
|
|
* twirling.de -> IONOS hosting
|
|
* *.twirling.de -> IONOS hosting
|
|
* cloud.twirling.de -> webserver
|