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.
- Host: GitHub
- URL: https://github.com/robertdebock/terraform-digitalocean-loadbalanced-instances
- Owner: robertdebock
- License: apache-2.0
- Created: 2020-11-18T11:25:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T10:19:13.000Z (over 5 years ago)
- Last Synced: 2025-02-16T10:28:53.488Z (over 1 year ago)
- Topics: digitalocean, loadbalancer, terraform, terraform-module, webserver
- Language: HCL
- Homepage: https://robertdebock.nl/
- Size: 82 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
+--------------+ |
+--------------+
```