forked from hashicorp/terraform-provider-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d/datacenter: Re-word "default" datacenter doc references
The "default" datacenter is actually for the most part a gvmomi thing, a consequence of using the DefaultDatacenter calls in the find package. This function simulates default datacenter fetching behaviour by returning a single datacenter object from inventory if, and only if, a singular datacenter object exists in inventory. This is always the case on ESXi, but not on vCenter, and if there are multiple datacenters found the call will fail. Docs have been updated to reflect this.
- Loading branch information
1 parent
d0e15f1
commit 10cf6a8
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters