Skip to content
Start here

Flagship

FlagshipApps

resource cloudflare_flagship_app

required Expand Collapse
account_id: String

Cloudflare account ID.

name: String
computed Expand Collapse
id: String
created_at: String
updated_at: String
updated_by: String

Email of the actor who last modified the app, or unknown when unavailable.

cloudflare_flagship_app

resource "cloudflare_flagship_app" "example_flagship_app" {
  account_id = "account_id"
  name = "x"
}

data cloudflare_flagship_app

required Expand Collapse
app_id: String

App identifier.

account_id: String

Cloudflare account ID.

computed Expand Collapse
id: String

App identifier.

created_at: String
name: String
updated_at: String
updated_by: String

Email of the actor who last modified the app, or unknown when unavailable.

cloudflare_flagship_app

data "cloudflare_flagship_app" "example_flagship_app" {
  account_id = "account_id"
  app_id = "app_id"
}

data cloudflare_flagship_apps

required Expand Collapse
account_id: String

Cloudflare account ID.

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

id: String
created_at: String
name: String
updated_at: String
updated_by: String

Email of the actor who last modified the app, or unknown when unavailable.

cloudflare_flagship_apps