Every recipe below assembles realDocumentation Index
Fetch the complete documentation index at: https://docs.equinix.dev/llms.txt
Use this file to discover all available pages before exploring further.
equinix_* resources. None are toy examples. The full Use Case pages have problem statements, MCP traces, and readiness gates; this page is the Terraform-first index.
Full Use Cases
Private AI inference path
Enterprise origin → Fabric Cloud Router → Lambda / CoreWeave / Crusoe in IAD. ~250 lines of HCL covering the FCR + two
equinix_fabric_connection resources + a Fortinet equinix_network_device. Plan-only by default.Multi-cloud private interconnect
Two FCRs (IAD + DFW) reaching AWS Direct Connect / Azure ExpressRoute / GCP Cloud Interconnect with route filters and route aggregation. Compliance gates wired through
equinix-dev preflight --policy compliance.Distributed AI observability
Three FCRs (IAD + DFW + SV5) with Fabric Streams subscriptions, alert rules, and sampling math that bounds Datadog / Grafana ingestion cost.
Starter recipes (single resource)
For when you want to learn one primitive at a time. These map to the simplest variant of each provider package.One Fabric Cloud Router
One Fabric Cloud Router
The cheapest single-resource starter. Real Generated by:
equinix_fabric_cloud_router against equinix/equinix ~> 4.15.equinix-dev add equinix/fabric-cloud-router.One Fabric Connection (port to cloud)
One Fabric Connection (port to cloud)
A simple Fabric port-to-AWS-Direct-Connect connection. Skips the Cloud Router (single-tenant deployments where only one cloud is involved).
One Network Edge VNF
One Network Edge VNF
A Fortinet FortiGate on Network Edge. Pairs with equinix/network-edge-device.
One Route Filter
One Route Filter
Useful for understanding route filter rule syntax in isolation.
One Streams subscription (Datadog sink)
One Streams subscription (Datadog sink)
The smallest observability recipe — one subscription, one asset attached.
Composing your own
The pattern that scales: write a thin module that wraps one Use Case’s worth of resources, thenmodule it from per-environment roots.
equinix-dev compile --recipe private-ai (planned) will emit.
Next
State management
Pick the right backend for shared workflows.
FAQs
Common gotchas — provider auth, account numbers, drift.