alicloud_ecs_network_interface_permissions

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

Example Usage

Basic Usage

data "alicloud_ecs_network_interface_permissions" "ids" {
  ids                  = ["example_value"]
  network_interface_id = "example_value"
}
output "ecs_network_interface_permission_id_1" {
  value = data.alicloud_ecs_network_interface_permissions.ids.permissions.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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