alicloud_esa_kv_namespace

更新时间:

Provides a ESA Kv Namespace resource.

For information about ESA Kv Namespace and how to use it, see What is Kv Namespace.

-> NOTE: Available since v1.244.0.

Example Usage

Basic Usage


resource "alicloud_esa_kv_namespace" "default" {
  description  = "this is a example namespace."
  kv_namespace = "example_namespace"
}

Argument Reference

The following arguments are supported:

  • description - (Optional, ForceNew) The description of the namespace.
  • kv_namespace - (Required, ForceNew) The name of the namespace.

Attributes Reference

The following attributes are exported:

  • id - The ID of the resource supplied above.
  • status - The status of the namespace.

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

  • create - (Defaults to 5 mins) Used when create the Kv Namespace.
  • delete - (Defaults to 5 mins) Used when delete the Kv Namespace.

Import

ESA Kv Namespace can be imported using the id, e.g.

$ terraform import alicloud_esa_kv_namespace.example <id>