项目作者: simonireilly

项目描述 :
Example for Terraforming Digital Ocean with two nginx servers and a load balancer
高级语言: HCL
项目地址: git://github.com/simonireilly/digitalocean-terraform.git
创建时间: 2019-06-08T11:02:54Z
项目社区:https://github.com/simonireilly/digitalocean-terraform

开源协议:

下载


About

This is an example of using Terraform with the digital ocean provider.

The example can be found in their documentation, and this is just a reference.

The infrastructure created comprises of:

  • Two nginx servers running on basic digital ocean droplets.
  • A haproxy which recieves incoming requests and load balances between the servers.