Skip to content

Keysight/terraform-azurerm-module-cyperf-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-cyperf-agent/azurerm

Description

Terraform module for CyPerf agent deployment on Microsoft Azure

Deployment

This module creates a single instance having two network interfaces.

Usage

module "Agent" {
	source = "git::https://github.com/Keysight/terraform-azurerm-module-cyperf-agent.git"
	AppEth0IpAddress = module.App.Instance.private_ip
	Eth0SubnetId = module.Vnet.PublicSubnet.id
	Eth1SubnetId = module.Vnet.PrivateSubnet.id
	ResourceGroupName = azurerm_resource_group.ResourceGroup.name
	SshKeyName = azurerm_ssh_public_key.SshKey.name
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors