You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
Do not leave "+1" or other comments that do not add relevant information or questions.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Currently the datastore cluster object only returns the id of the cluster. There is need to access the children of the cluster ( like supported in the gui under the tab datastores). With this PR we will enable the filtering of datastores based on the cluster object
Use Case(s)
In case the datastores are separated in clusters for some business reason, one would want to know which datastores are available under the required cluster, so the datastore choice will be made between them.
variable"vsphere_cluster_name" {
description="Name of the vSpher cluster."type=string
}
variable"vsphere_dc" {
description="Name of the vSpher datacenter you want to deploy the VM to."type=string
}
variable"vsphere_dc_id" {
description="ID of the vSpher datacenter you want to deploy the VM to."type=string
}
variable"vcenter_name" {
description="vSphere username"type=string
}
variable"vcenter_password" {
description="Password for vCenter"type=stringsensitive=true
}
variable"allow_unverified_ssl" {
description="Allow unverified ssl(true or false)"type=booldefault=true
}
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Guidelines
Description
Currently the datastore cluster object only returns the id of the cluster. There is need to access the children of the cluster ( like supported in the gui under the tab datastores). With this PR we will enable the filtering of datastores based on the cluster object
Use Case(s)
In case the datastores are separated in clusters for some business reason, one would want to know which datastores are available under the required cluster, so the datastore choice will be made between them.
Potential Terraform Provider Configuration
main.tf:
providers.tf:
outputs.tf:
variables.tf:
References
#2274
The text was updated successfully, but these errors were encountered: