Skip to content

bayudwiyansatria/terraform-hcloud-load-balancer

Repository files navigation

Terraform Hetzner Cloud Load Balancer Module

Platforms License Code Of Conduct Support Contributing

Contributor Covenant

Table of Contents

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.

$ git clone git@github.com:bayudwiyansatria/terraform-hcloud-load-balancer.git

Usage

module "hcloud_load_balancer" {
  source       = "bayudwiyansatria/load-balancer/hcloud"
  hcloud_token = var.hcloud_token
  network_zone = "eu-central"
}

Test Module

$ terraform -chdir=demo init
$ terraform -chdir=demo plan
$ terraform -chdir=demo apply

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Looking to contribute to our code but need some help? There's a few ways to get information:

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2017 - 2019 Public Use. All Rights Reserved.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration