equinix_fabric_route_aggregation_rule (Resource)
Fabric V4 API compatible resource allows creation and management of Equinix Fabric Route Aggregation Rule
Additional Documentation:
Example Usage
resource "equinix_fabric_route_aggregation_rule" "ra_rule" {
route_aggregation_id = "<route_aggregation_id>"
name = "ra-rule-test"
description = "Route aggregation rule"
prefix = "192.168.0.0/24"
}
output "route_aggregation_rule_name" {
value = equinix_fabric_route_aggregation_rule.ra_rule.name
}
output "route_aggregation_rule_description" {
value = equinix_fabric_route_aggregation_rule.ra_rule.description
}
output "route_aggregation_rule_type" {
value = equinix_fabric_route_aggregation_rule.ra_rule.type
}
output "route_aggregation_rule_prefix" {
value = equinix_fabric_route_aggregation_rule.ra_rule.prefix
}
output "route_aggregation_rule_state" {
value = equinix_fabric_route_aggregation_rule.ra_rule.state
}
Schema
Required
name(String) Customer provided name of the Route Aggregation Ruleprefix(String) Customer-provided Route Aggregation Rule prefixroute_aggregation_id(String) UUID of the Route Aggregation that this rule is applied to
Optional
description(String) Customer-provided Route Aggregation Rule descriptiontimeouts(Attributes) (see below for nested schema)
Read-Only
change(Attributes) Current state of latest Route Aggregation Rule change (see below for nested schema)change_log(Attributes) Details of the last change on the resource (see below for nested schema)href(String) Equinix auto generated URI to the Route Aggregation Rule resourceid(String) The unique identifier of the resourcestate(String) Value representing provisioning status for the Route Aggregation Rule resourcetype(String) Equinix defined Route Aggregation Type; BGP_IPv4_PREFIX_AGGREGATION, BGP_IPv6_PREFIX_AGGREGATIONuuid(String) Equinix-assigned unique id for the Route Aggregation Rule resource
Nested Schema for timeouts
Optional:
create(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).delete(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.read(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.update(String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Nested Schema for change
Required:
type(String) Equinix defined Route Aggregation Change Typeuuid(String) Equinix-assigned unique id for a change
Read-Only:
href(String) Equinix auto generated URI to the Route Aggregation Rule change
Nested Schema for change_log
Read-Only:
created_by(String) User name of creator of the resourcecreated_by_email(String) Email of creator of the resourcecreated_by_full_name(String) Legal name of creator of the resourcecreated_date_time(String) Creation time of the resourcedeleted_by(String) User name of deleter of the resourcedeleted_by_email(String) Email of deleter of the resourcedeleted_by_full_name(String) Legal name of deleter of the resourcedeleted_date_time(String) Deletion time of the resourceupdated_by(String) User name of last updater of the resourceupdated_by_email(String) Email of last updater of the resourceupdated_by_full_name(String) Legal name of last updater of the resourceupdated_date_time(String) Last update time of the resource