Disable VPN

This commit is contained in:
Khue Doan 2021-05-01 16:15:49 +07:00
parent 75a3e2cddf
commit c09d02531d

View File

@ -1,3 +1,4 @@
module "vpn" {
source = "./modules/vpn"
}
# TODO Decide if VPN should be inside Kubernetes
# module "vpn" {
# source = "./modules/vpn"
# }