Terraform module for BreakingPoint application deployment on Google Cloud Platform
This module creates a single instance having a single network interface.
module "App" {
source = "git::https://github.com/Keysight/terraform-google-module-bps-app.git"
Eth0SubnetName = module.Vpc.PublicSubnet.name
Eth0VpcNetworkName = module.Vpc.PublicVpcNetwork.name
}