Data Source: azurestack_network_interface

Use this data source to access the properties of an Azure Network Interface.

Example Usage

data "azurestack_network_interface" "test" {
  name                = "acctest-nic"
  resource_group_name = "networking"
}

output "network_interface_id" {
  value = data.azurestack_network_interface.test.id
}

Argument Reference

Attributes Reference