cloudflare_zone_hold (Resource)

Provides a Cloudflare Zone Hold resource that prevents adding the hostname to another account for use.

Example Usage

resource "cloudflare_zone_hold" "example" {
  zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
  hold    = true
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_zone_hold.example <zone_id>