# terraform-bomgar
Terraform repository for Bomgar resources

##Variables
* env
    Environment name. Defaults to `prod` used as a part of VPC name and associated resources

* vpc_cidr
    VPC CIDR. Defaults to `10.102.0.0/24`

* vpc_private_subnets
    Private subnet maps for VPC Defaults to `us-east-1a 10.102.0.1/26` and `us-east-1b 10.102.0.64/26`
