Skip to content

armorfret-archived/terraform-linode-wireguard

Repository files navigation

terraform-linode-wireguard

MIT Licensed

Terraform module that creates a Linode with wireguard running on it using this Ansible code

Usage

module "vpn" {
  source  = "github.com/akerl/terraform-linode-wireguard"
  name = "vpn"
  ssh_key = "PUT_YOUR_PUBKEY_HERE"

  users = [
    "alfa",
    "beta",
  ]
}

License

terraform-linode-wireguard is released under the MIT License. See the bundled LICENSE file for details.

About

Module for deploying a Linode with Wireguard running

Resources

License

Stars

Watchers

Forks

Packages

No packages published