Skip to content

Commit

Permalink
r/tag_category: Correct docs
Browse files Browse the repository at this point in the history
Argument reference was referring to tags and not categories.
  • Loading branch information
vancluever committed Sep 19, 2017
1 parent 6e411ee commit ffc95d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/r/tag_category.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ffc95d8

Please sign in to comment.