Skip to main content

equinix_fabric_stream_attachment (Data Source)

Fabric V4 API compatible data resource that allow user to fetch Equinix Fabric Stream Asset Attachment by IDs

Additional Documentation:

Example Usage

data "equinix_fabric_stream_attachment" "by_ids" {
asset_id = "<id_of_the_asset_being_attached>"
asset = "<asset_group>"
stream_id = "<id_of_the_stream_asset_is_being_attached_to>"
}

Schema

Required

  • asset (String) Equinix defined asset category. Matches the product name the asset is a part of
  • asset_id (String) Equinix defined UUID of the asset being attached to the stream
  • stream_id (String) The uuid of the stream this data source should retrieve

Read-Only

  • attachment_status (String) Value representing status for the stream attachment
  • href (String) Equinix auto generated URI to the stream attachment in Equinix Portal
  • id (String) The unique identifier of the resource
  • metrics_enabled (Boolean) Boolean value indicating enablement of metrics for this asset stream attachment
  • type (String) Equinix defined type for the asset stream attachment
  • uuid (String) Equinix-assigned unique id for the stream attachment
Was this page helpful?