» nutanix_category_value

Provides a Nutanix Category value resource to Create a category value.

» Example Usage

resource "nutanix_category_key" "test-category-key"{
    name = "app-support-1"
    description = "App Support Category Key"
}


resource "nutanix_category_value" "test"{
    name = "${nutanix_category_key.test-category-key.id}"
    description = "Test Category Value"
    value = "test-value"
}

» Argument Reference

The following arguments are supported:

  • name: - (Required) The category_key name for the category value.
  • value - (Required) The value for the category value.
  • description: - (Optional) A description for category value.

» Attributes Reference

The following attributes are exported:

See detailed information in Nutanix Image.