Data Source: azurerm_network_interface

Use this data source to access information about an existing Network Interface.

Example Usage

data "azurerm_network_interface" "example" {
  name                = "acctest-nic"
  resource_group_name = "networking"
}

output "network_interface_id" {
  value = data.azurerm_network_interface.example.id
}

Argument Reference

Attributes Reference


A ip_configuration block contains:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: