Skip to main content

servercore_global_router_zone_group_v1

Provides a list of zone groups in the Servercore 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 Servercore documentation.

Example Usage

data "servercore_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.