Terraform module that creates a Linode with wireguard running on it using this Ansible code
module "vpn" {
source = "github.com/akerl/terraform-linode-wireguard"
name = "vpn"
ssh_key = "PUT_YOUR_PUBKEY_HERE"
users = [
"alfa",
"beta",
]
}
terraform-linode-wireguard is released under the MIT License. See the bundled LICENSE file for details.