项目作者: robertdebock

项目描述 :
A loadbalancer and a set of droplets to serve HTML.
高级语言: HCL
项目地址: git://github.com/robertdebock/terraform-digitalocean-loadbalanced-instances.git
创建时间: 2020-11-18T11:25:15Z
项目社区:https://github.com/robertdebock/terraform-digitalocean-loadbalanced-instances

开源协议:Apache License 2.0

下载


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.

  1. +--- loadbalancer ---+
  2. | - http -> http |
  3. | - https -> https |
  4. +--------------------+
  5. |
  6. V
  7. +--- web-0 ----+
  8. | |-+ <- Amount of machines depends on the `amount`.
  9. +--------------+ |-+ Here the `amount = 3` is used.
  10. +--------------+ |
  11. +--------------+