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
I have read and agree to the project's Code of Conduct.
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
In a scenario where we get an instance and we need to use Terraform to do a Day-2 operation like domain or cluster creation we will have to go into the setup to get the IDs of the free hosts.
The provider does not have a data source implemented for hosts which is equivalent for API like GET sddc-manager/v1/hosts.
datavcf_hosts"all_hosts" {
}
Use Case(s)
Return list of all hosts and ability to filter based on status.
datavcf_hosts"all_hosts" {
}
Potential Configuration
TBD
References
No response
The text was updated successfully, but these errors were encountered:
I've added and linked #236 to this issue. This will ba the vcf_host data source for single hosts.
I may plan to look into a vcf_hosts data source after this one that is the pluralization based on the added context of this issue. It's a common ask in some providers to support the plural form.
Code of Conduct
Description
In a scenario where we get an instance and we need to use Terraform to do a Day-2 operation like domain or cluster creation we will have to go into the setup to get the IDs of the free hosts.
The provider does not have a data source implemented for hosts which is equivalent for API like
GET sddc-manager/v1/hosts
.Use Case(s)
Return list of all hosts and ability to filter based on status.
Potential Configuration
TBD
References
No response
The text was updated successfully, but these errors were encountered: