This project intends to setup a vpn tunnel using the Azure Network Gateway resource, and allow all virtual networks (vnets) peered to use the vpn tunnel. In order to archive this, a network topology called Hub-Spoke
was utilized.
This environment is totally build using Terraform
cd src/terraform
tfenv install
tfenv use
terraform init
terraform apply