This is the canonical index of Terraform resources our packages write. Every entry maps to a real resource inDocumentation Index
Fetch the complete documentation index at: https://docs.equinix.dev/llms.txt
Use this file to discover all available pages before exploring further.
terraform-provider-equinix v4.15. The “Used by” column links to the equinix.dev provider package detail page.
Fabric resources
| Resource | What it does | Used by |
|---|---|---|
equinix_fabric_cloud_router | Regional virtual routing for Fabric — the routing brain | equinix/fabric-cloud-router |
equinix_fabric_connection | Private virtual connection (port-to-port, port-to-cloud, cloud-to-cloud) | equinix/fabric-connection |
equinix_fabric_network | Network namespace for cloud-router + connection grouping | equinix/fabric-network |
equinix_fabric_service_profile | A profile a customer publishes for partners to consume | equinix/service-profile |
equinix_fabric_service_token | Time-bounded token authorizing a connection | equinix/service-token |
equinix_fabric_route_filter | Inbound/outbound BGP prefix filter | equinix/route-filter |
equinix_fabric_route_filter_rule | Single rule inside a route filter | equinix/route-filter |
equinix_fabric_route_aggregation | Prefix aggregation policy | equinix/route-aggregation |
equinix_fabric_route_aggregation_rule | Single aggregation rule | equinix/route-aggregation |
equinix_fabric_stream_subscription | Telemetry / event subscription | equinix/fabric-streams |
equinix_fabric_stream_asset_attachment | Bind an asset (FCR, connection) to a subscription | equinix/fabric-streams |
equinix_fabric_stream_alert_rule | Threshold-based alert on a stream metric | equinix/fabric-streams |
equinix_fabric_precision_time_service | Precision Time NTP / PTP service | equinix/precision-time |
Fabric data sources
| Data source | What it returns |
|---|---|
data.equinix_fabric_service_profiles | Service profiles in a metro, optionally filtered by name |
data.equinix_fabric_metros | All Equinix metros with codes and reach data |
data.equinix_fabric_ports | Ports in your account |
data.equinix_fabric_route_filters | Existing route filters in your account |
Network Edge resources
| Resource | What it does | Used by |
|---|---|---|
equinix_network_device | Virtualized network function (Fortinet, Palo Alto, Cisco, Juniper) | equinix/network-edge-device |
equinix_network_device_link | Physical link between Network Edge devices | equinix/network-edge-device |
equinix_network_bgp | BGP peering on a Network Edge device | equinix/network-edge-device |
equinix_network_acl_template | ACL template applied to a device | equinix/network-edge-device |
equinix_network_ssh_key | SSH public key for device access | equinix/network-edge-device |
equinix_network_ssh_user | SSH user on a Network Edge device | equinix/network-edge-device |
equinix_network_file | Configuration file uploaded to a device | equinix/network-edge-device |
Metal resources
| Resource | What it does | Used by |
|---|---|---|
equinix_metal_project | Project container for Metal resources | equinix/metal-project |
equinix_metal_device | Bare-metal server | equinix/metal-project |
equinix_metal_vlan | Metal VLAN | equinix/metal-project |
equinix_metal_vrf | Metal VRF | equinix/metal-project |
equinix_metal_reserved_ip_block | Reserved IP block | equinix/metal-project |
equinix_metal_ssh_key | SSH key registered to a project | equinix/metal-project |
equinix_metal_virtual_circuit | Virtual circuit between Metal and Fabric | equinix/metal-project |
Resources we don’t write directly
These exist in the upstream provider but equinix.dev’s package set doesn’t currently emit them — usually because the use case is covered by a higher-level resource or because the API behavior is in flux.equinix_fabric_routing_protocol(covered via cloud-router connections)equinix_fabric_billing_address(account-level, set in the portal)equinix_metal_organization,equinix_metal_project_api_key(org-level, set in the portal)
Next
State management
Recommended state backends and per-environment patterns.
Importing existing services
terraform import patterns for each resource above.