wireguard
cktf/wireguard/hcloud
Terraform Module
HCL
HCLOUD
Terraform HCloud Wireguard Module
Install
module "wireguard" {
source = "cktf/wireguard/hcloud"
version = "1.2.0"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| type | string | Wireguard Type | "cx11" |
| location | string | Wireguard Location | "fsn1" |
| labels | map(string) | Wireguard Labels | {} |
| peers | list(string) | Wireguard Peers | [] |
| name | string | Wireguard Name | "" |
Outputs (1)
configs — Wireguard ConfigsResources (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