Skip to content
Start here

Calls

CallsSFU

resource cloudflare_calls_sfu_app

required Expand Collapse
account_id: String

The account identifier tag.

optional Expand Collapse
app_id?: String

A Cloudflare-generated unique identifier for a item.

name?: String

A short description of Calls app, not shown to end users.

computed Expand Collapse
created: Time

The date and time the item was created.

modified: Time

The date and time the item was last modified.

secret: String

Bearer token

uid: String

A Cloudflare-generated unique identifier for a item.

cloudflare_calls_sfu_app

resource "cloudflare_calls_sfu_app" "example_calls_sfu_app" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
  name = "production-realtime-app"
}

data cloudflare_calls_sfu_app

required Expand Collapse
account_id: String

The account identifier tag.

app_id: String

A Cloudflare-generated unique identifier for a item.

computed Expand Collapse
created: Time

The date and time the item was created.

modified: Time

The date and time the item was last modified.

name: String

A short description of Calls app, not shown to end users.

uid: String

A Cloudflare-generated unique identifier for a item.

cloudflare_calls_sfu_app

data "cloudflare_calls_sfu_app" "example_calls_sfu_app" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
  app_id = "2a95132c15732412d22c1476fa83f27a"
}

data cloudflare_calls_sfu_apps

required Expand Collapse
account_id: String

The account identifier tag.

optional Expand Collapse
max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
result: List[Attributes]

The items returned by the data source

created: Time

The date and time the item was created.

modified: Time

The date and time the item was last modified.

name: String

A short description of Calls app, not shown to end users.

uid: String

A Cloudflare-generated unique identifier for a item.

cloudflare_calls_sfu_apps

data "cloudflare_calls_sfu_apps" "example_calls_sfu_apps" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
}

CallsTURN

resource cloudflare_calls_turn_app

required Expand Collapse
account_id: String

The account identifier tag.

optional Expand Collapse
key_id?: String

A Cloudflare-generated unique identifier for a item.

name?: String

A short description of a TURN key, not shown to end users.

computed Expand Collapse
created: Time

The date and time the item was created.

key: String

Bearer token

modified: Time

The date and time the item was last modified.

uid: String

A Cloudflare-generated unique identifier for a item.

cloudflare_calls_turn_app

resource "cloudflare_calls_turn_app" "example_calls_turn_app" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
  name = "my-turn-key"
}

data cloudflare_calls_turn_app

required Expand Collapse
account_id: String

The account identifier tag.

key_id: String

A Cloudflare-generated unique identifier for a item.

computed Expand Collapse
created: Time

The date and time the item was created.

modified: Time

The date and time the item was last modified.

name: String

A short description of Calls app, not shown to end users.

uid: String

A Cloudflare-generated unique identifier for a item.

cloudflare_calls_turn_app

data "cloudflare_calls_turn_app" "example_calls_turn_app" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
  key_id = "2a95132c15732412d22c1476fa83f27a"
}

data cloudflare_calls_turn_apps

required Expand Collapse
account_id: String

The account identifier tag.

optional Expand Collapse
max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
result: List[Attributes]

The items returned by the data source

created: Time

The date and time the item was created.

modified: Time

The date and time the item was last modified.

name: String

A short description of Calls app, not shown to end users.

uid: String

A Cloudflare-generated unique identifier for a item.

cloudflare_calls_turn_apps

data "cloudflare_calls_turn_apps" "example_calls_turn_apps" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
}