Skip to content

Keysight/terraform-google-module-ixnetwork-cloud-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-ixnetwork-cloud-agent/google

Description

Terraform module for IxNetwork Cloud agent deployment on Google Cloud Platform

Deployment

This module creates a single instance having two network interfaces.

Usage

module "Agent" {
	source = "git::https://github.com/Keysight/terraform-google-module-ixnetwork-cloud-agent.git"
	Eth0SubnetName = module.Vpc.PublicSubnet.name
	Eth0VpcNetworkName = module.Vpc.PublicVpcNetwork.name
	Eth1SubnetName = module.Vpc.PrivateSubnet.name
	Eth1VpcNetworkName = module.Vpc.PrivateVpcNetwork.name
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors