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
name- (Required) Zone Group name, for example,public_rf. Retrieved from the servercore_global_router_zone_v1 data source of the corresponding zone or via the List zone groups API method.
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.