Makes client vpn cidr range configurable

This commit is contained in:
Rob Gil
2020-01-23 10:50:16 -05:00
parent 48482785ac
commit c31d68a18c
4 changed files with 15 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ module "vpc" {
name = var.name
dns_servers = var.dns_servers
service_endpoints = var.service_endpoints
vpn_client_cidr = var.vpn_client_cidr
}