alicloud_ecs_network_interfaces

This data source provides the Ecs Network Interfaces of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ecs_network_interfaces" "example" {
  ids        = ["eni-abcd1234"]
  name_regex = "tf-testAcc"
}

output "first_ecs_network_interface_id" {
  value = data.alicloud_ecs_network_interfaces.example.interfaces.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: