Перейти к основному содержимому

selectel_global_router_zone_group_v1

Последнее изменение:
к сведению

Эта инструкция — копия документации Selectel Terraform-провайдера в Terraform Registry.

Provides a list of zone groups in the Selectel Global Router service using public API v1. Zone group is a logical association of zones. A global router can only connect networks of the same zone group.

For more information about global router, see the official Selectel documentation.

Example Usage

data "selectel_global_router_zone_group_v1" "zone_group_1" {
name = "public_rf"
}

Argument Reference

Attributes Reference

  • id - Unique identifier of the zone group.
  • name - Zone group name.
  • description - Optional description for the zone group.
  • created_at - Time when the zone group was created.
  • updated_at - Time when the zone group was updated.