Skip to content

cktf/terraform-hcloud-wireguard

Repository files navigation

Terraform HCloud Wireguard

pipeline release license

Wireguard is a Terraform module useful for creating a wireguard vpn instance in HCloud provider

Installation

Add the required configurations to your terraform config file and install module using command bellow:

terraform init

Usage

module "wireguard" {
  source = "cktf/wireguard/hcloud"

  name  = "myvpn"
  peers = ["user1", "user2"]
}

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.

License

This project is licensed under the MIT.
Copyright (c) KoLiBer (koliberr136a1@gmail.com)