Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-ixnetwork-app/azurerm

Description

Terraform module for IxNetwork application deployment on Microsoft Azure

Deployment

This module creates a single instance having a single network interface.

Usage

module "App" {
	source  = "git::https://github.com/Keysight/terraform-azurerm-module-ixnetwork-app.git"
	AdminPassword = local.AppAdminPassword
	Eth0SubnetId = module.Vnet.PublicSubnet.id
	ResourceGroupName = azurerm_resource_group.ResourceGroup.name
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages