MoQ
MoQRelays
resource cloudflare_moq_relay
required
computed
cloudflare_moq_relay
resource "cloudflare_moq_relay" "example_moq_relay" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
name = "Production Live Stream"
}
data cloudflare_moq_relay
cloudflare_moq_relay
data "cloudflare_moq_relay" "example_moq_relay" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
relay_id = "a1b2c3d4e5f67890a1b2c3d4e5f67890"
}
data cloudflare_moq_relays
optional
created_after?: Time
Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the created value of the last item
on the current page, to fetch the next page).
created_before?: Time
Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the created value of the first item
on the current page, to fetch the previous page).
cloudflare_moq_relays
data "cloudflare_moq_relays" "example_moq_relays" {
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
created_after = "2026-03-27T15:00:00Z"
created_before = "2026-03-27T15:00:00Z"
per_page = 50
}