equinix_fabric_route_aggregation (Data Source)
Fabric V4 API compatible data resource that allow user to fetch Equinix Fabric Route Aggregation by UUID Additional Documentation:
Example Usage
data "equinix_fabric_route_aggregation" "ra_policy" {
uuid = "<uuid_of_route_aggregation>"
}
output "id" {
value = data.equinix_fabric_route_aggregation.ra_policy.id
}
output "type" {
value = data.equinix_fabric_route_aggregation.ra_policy.type
}
output "state" {
value = data.equinix_fabric_route_aggregation.ra_policy.state
}
output "connections_count" {
value = data.equinix_fabric_route_aggregation.ra_policy.connections_count
}
output "rules_count" {
value = data.equinix_fabric_route_aggregation.ra_policy.rules_count
}
Schema
Required
route_aggregation_id(String) The uuid of the route aggregation this data source should retrieve
Read-Only
change(Attributes) Current state of latest Route Aggregation change (see below for nested schema)change_log(Attributes) Details of the last change on the route aggregation resource (see below for nested schema)connections_count(Number) Number of Connections attached to route aggregationdescription(String) Customer-provided route aggregation descriptionhref(String) Equinix auto generated URI to the route aggregation resourceid(String) The unique identifier of the resourcename(String) Customer provided name of the route aggregationproject(Attributes) Equinix Project attribute object (see below for nested schema)rules_count(Number) Number of Rules attached to route aggregationstate(String) Value representing provisioning status for the route aggregation resourcetype(String) Equinix defined Route Aggregation Type; BGP_IPv4_PREFIX_AGGREGATION, BGP_IPv6_PREFIX_AGGREGATIONuuid(String) Equinix-assigned unique id for the route aggregation resource
Nested Schema for change
Read-Only:
href(String) Equinix auto generated URI to the route aggregation changetype(String) Equinix defined Route Aggregation Change Typeuuid(String) Equinix-assigned unique id for a change
Nested Schema for change_log
Read-Only:
created_by(String) User name of creator of the route aggregation resourcecreated_by_email(String) Email of creator of the route aggregation resourcecreated_by_full_name(String) Legal name of creator of the route aggregation resourcecreated_date_time(String) Creation time of the route aggregation resourcedeleted_by(String) User name of deleter of the route aggregation resourcedeleted_by_email(String) Email of deleter of the route aggregation resourcedeleted_by_full_name(String) Legal name of deleter of the route aggregation resourcedeleted_date_time(String) Deletion time of the route aggregation resourceupdated_by(String) User name of last updater of the route aggregation resourceupdated_by_email(String) Email of last updater of the route aggregation resourceupdated_by_full_name(String) Legal name of last updater of the route aggregation resourceupdated_date_time(String) Last update time of the route aggregation resource
Nested Schema for project
Read-Only:
project_id(String) Equinix Subscriber-assigned project ID