» yandex_vpc_network

Get information about a Yandex VPC network. For more information, see Yandex.Cloud VPC.

data "yandex_vpc_network" "admin" {
  network_id = "my-network-id"
}

This data source is used to define VPC Networks that can be used by other resources.

» Argument Reference

The following arguments are supported:

  • network_id (Optional) - ID of the network.

  • name (Optional) - Name of the network.

» Attributes Reference

The following attribute is exported:

  • description - Description of the network.
  • folder_id - ID of the folder that the resource belongs to.
  • labels - Labels assigned to this network.
  • created_at - Creation timestamp of this network.