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
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
The current data source for VMs (nsxt_policy_vm) only allows for returning attributes about a single VM.
It would be really useful if there was a data source that returned a list of VMs similar to the aws_instances data source.
The arguments for this data source would need more capabilities like pattern matching or filters of course.
Suggested Example
This would return all VMs with an Ubuntu OS and a name that starts with
web
(regex patterns would be really great here)Then from this you could do something like apply a tag to each VM using its instance ID
The text was updated successfully, but these errors were encountered: