Skip to content
Start here

Settings

resource cloudflare_waiting_room_settings

required Expand Collapse
zone_id: String

Identifier.

optional Expand Collapse
search_engine_crawler_bypass?: Bool

Whether to allow verified search engine crawlers to bypass all waiting rooms on this zone. Verified search engine crawlers will not be tracked or counted by the waiting room system, and will not appear in waiting room analytics.

computed Expand Collapse
id: String

Identifier.

cloudflare_waiting_room_settings

resource "cloudflare_waiting_room_settings" "example_waiting_room_settings" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
  search_engine_crawler_bypass = true
}

data cloudflare_waiting_room_settings

required Expand Collapse
zone_id: String

Identifier.

computed Expand Collapse
id: String

Identifier.

search_engine_crawler_bypass: Bool

Whether to allow verified search engine crawlers to bypass all waiting rooms on this zone. Verified search engine crawlers will not be tracked or counted by the waiting room system, and will not appear in waiting room analytics.

cloudflare_waiting_room_settings

data "cloudflare_waiting_room_settings" "example_waiting_room_settings" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
}