Terraform module for IxNetwork application deployment on Microsoft Azure
This module creates a single instance having a single network interface.
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
}