cloudflare_workers_kv_namespace (Resource)

Provides the ability to manage Cloudflare Workers KV Namespace features.

Example Usage

resource "cloudflare_workers_kv_namespace" "example" {
  account_id = "f037e56e89293a057740de681ac9abbe"
  title      = "test-namespace"
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_workers_kv_namespace.example <account_id>/<namespace_id>