Provides the ability to manage Cloudflare Workers KV Namespace features.
resource "cloudflare_workers_kv_namespace" "example" {
account_id = "f037e56e89293a057740de681ac9abbe"
title = "test-namespace"
}
account_id
(String) The account identifier to target for the resource.title
(String) Title value of the Worker KV Namespace.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_workers_kv_namespace.example <account_id>/<namespace_id>