From ffc95d82f7a0e6f81f3cd2e0a687c3e696d79d76 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Tue, 19 Sep 2017 14:36:39 -0700 Subject: [PATCH] r/tag_category: Correct docs Argument reference was referring to tags and not categories. --- website/docs/r/tag_category.html.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/docs/r/tag_category.html.markdown b/website/docs/r/tag_category.html.markdown index 51bc596f5..f3be65d56 100644 --- a/website/docs/r/tag_category.html.markdown +++ b/website/docs/r/tag_category.html.markdown @@ -22,8 +22,6 @@ information about tag categories specifically, click ~> **NOTE:** Tagging support is unsupported on direct ESXi connections and requires vCenter 6.0 or higher. -[resource-vmfs-datastore]: /docs/providers/vsphere/r/vmfs_datastore.html - ## Example Usage This example creates a tag category named `terraform-test-category`, with @@ -48,8 +46,8 @@ resource "vsphere_tag_category" "category" { The following arguments are supported: -* `name` - (String, required) The name of the tag. -* `description` - (String, optional) A description for the tag. +* `name` - (String, required) The name of the category. +* `description` - (String, optional) A description for the category. * `cardinality` - (String, required, forces new resource) The number of tags that can be assigned from this category to a single object at once. Can be one of `SINGLE` (object can only be assigned one tag in this category), to