Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 650 Bytes

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.