Configure zone-wide settings for Cloudflare waiting rooms.
resource "cloudflare_waiting_room_settings" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
search_engine_crawler_bypass = true
}
zone_id
(String) The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.search_engine_crawler_bypass
(Boolean) Whether to allow verified search engine crawlers to bypass all waiting rooms on this zone. Defaults to false
.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_waiting_room_settings.example <zone_id>