An open API service indexing awesome lists of open source software.

https://github.com/robertdebock/terraform-digitalocean-loadbalanced-instances

A loadbalancer and a set of droplets to serve HTML.
https://github.com/robertdebock/terraform-digitalocean-loadbalanced-instances

digitalocean loadbalancer terraform terraform-module webserver

Last synced: 11 months ago
JSON representation

A loadbalancer and a set of droplets to serve HTML.

Awesome Lists containing this project

README

          

# Webserver

A set of resources to make a redundant webserver environment for serving HTML.

Nota bene: the configuration of the instances/droplets is not done in Terraform.

```
+--- loadbalancer ---+
| - http -> http |
| - https -> https |
+--------------------+
|
V
+--- web-0 ----+
| |-+ <- Amount of machines depends on the `amount`.
+--------------+ |-+ Here the `amount = 3` is used.
+--------------+ |
+--------------+
```