Wireguard is a Terraform module useful for creating a wireguard vpn instance in AWS provider
Add the required configurations to your terraform config file and install module using command bellow:
terraform init
module "wireguard" {
source = "cktf/wireguard/aws"
name = "myvpn"
peers = ["user1", "user2"]
}
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.
This project is licensed under the MIT.
Copyright (c) KoLiBer ([email protected])