load-balancer

bayudwiyansatria/load-balancer/hcloud

Terraform Module HCL HCLOUD

Provisioning Hetzner Cloud Load Balancer

Install
module "load-balancer" {
source = "bayudwiyansatria/load-balancer/hcloud"
version = "1.0.0"
}
plain text: /constructs/tfmod-bayudwiyansatria-load-balancer-hcloud/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Hetzner Cloud Load Balancer Module !Platforms ![License](LICENSE.md) ![Code Of Conduct](CODE_OF_CONDUCT.md) ![Support](SUPPORT.md) ![Contributing](CONTRIBUTING.md) ![Contributor Covenant](CODE_OF_CONDUCT.md) Table of Contents Dependencies Prerequisites Installation Development Usage Contributing License Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Prerequisites What things you need to install the software and how to install them refer to Requirements Installation A step by step series of examples that tell you how to get a development env running Say what the step will be clone this repository. ``shell $ git cl

Inputs (8)
NameTypeDescriptionDefault
hcloud_tokenstringHcloud API Key required
network_zonestringLoad Balancer Network Zone required
load_balancer_enabledboolEnable Load Balancerfalse
load_balancer_namestringLoad Balancer"default-load-balancer"
load_balancer_typestringLoad Balancer Type For More Information https://www.hetzner.com/cloud/load-balan"lb11"
load_balancer_protocolstringLoad Balancer Listen Protocol"tcp"
load_balancer_listenstringLoad Balancer Listen Port80
load_balancer_targetstringLoad Balancer Target Port80
Outputs (4)
ips
name
region
ids
Resources (2)
hcloud_load_balancerhcloud_load_balancer_service
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud HCLOUD
★ Stars0
Forks0
Total downloads857
Inputs8
Outputs4
Resources2
LicenseMIT
Namespacebayudwiyansatria
Updated