Skip to content

Commit

Permalink
r/datastore_cluster_vm_anti_affinity_rule: Doc correction
Browse files Browse the repository at this point in the history
compute_cluster_id should be datastore_cluster_id and explain itself in
the correct context of datastore clusters, not compute clusters.
  • Loading branch information
vancluever committed May 11, 2018
1 parent 8da3b28 commit e370f1f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ resource "vsphere_datastore_cluster_vm_anti_affinity_rule" "cluster_vm_anti_affi

The following arguments are supported:

* `compute_cluster_id` - (Required) The [managed object reference
ID][docs-about-morefs] of the cluster to put the group in. Forces a new
resource if changed.
* `datastore_cluster_id` - (Required) The [managed object reference
ID][docs-about-morefs] of the datastore cluster to put the group in. Forces
a new resource if changed.

[docs-about-morefs]: /docs/providers/vsphere/index.html#use-of-managed-object-references-by-the-vsphere-provider

Expand Down

0 comments on commit e370f1f

Please sign in to comment.