wireguard

cktf/wireguard/hcloud

Terraform Module HCL HCLOUD

Terraform HCloud Wireguard Module

Install
module "wireguard" {
source = "cktf/wireguard/hcloud"
version = "1.2.0"
}
plain text: /constructs/tfmod-cktf-wireguard-hcloud/install.txt
⭐ Source on GitHub 📦 Registry page
README

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: ``bash terraform init ` Usage `hcl 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 ([email protected])

Inputs (5)
NameTypeDescriptionDefault
typestringWireguard Type"cx11"
locationstringWireguard Location"fsn1"
labelsmap(string)Wireguard Labels{}
peerslist(string)Wireguard Peers[]
namestringWireguard Name""
Outputs (1)
configs — Wireguard Configs
Resources (6)
hcloud_firewallhcloud_primary_iphcloud_serverhcloud_ssh_keytls_private_keywireguard_asymmetric_key
Details
FrameworkTerraform Module
LanguageHCL
Version1.2.0
Cloud HCLOUD
★ Stars1
Forks1
Total downloads156
Inputs5
Outputs1
Resources6
LicenseMIT
Namespacecktf
Updated