-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Source to get list of VMs by name #485
Comments
This would be useful when deploying services where the service resource provides no outputs regarding the VMs it deploys. For example. If you deploy OneKE for a kube cluster, you need to pull the kube config off of the master in order to configure your local client to connect. You don't know the IP addr to connect to to retrieve that config. Which means you can't automate retrieval. |
frousselet
added
terraform: new data source
status: confirmed
and removed
status: triage
labels
Aug 21, 2023
treywelsh
added a commit
that referenced
this issue
Mar 28, 2024
7 tasks
jaimecb
added a commit
that referenced
this issue
Nov 14, 2024
Signed-off-by: Jaime <[email protected]>
jaimecb
added a commit
that referenced
this issue
Nov 14, 2024
Signed-off-by: Jaime <[email protected]>
jaimecb
added a commit
that referenced
this issue
Nov 15, 2024
Signed-off-by: Jaime <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It would be nice to be able to lookup data for a VM by name. For instance:
The result would be all attributes output from the
opennebula_virtual_machine
resource for all VMs in an ON environment matching that expression. The result could be a list of machines.New or affected resources and data sources
proposed new:
data "opennebula_virtual_machine"
Potential terraform configuration
References
No response
The text was updated successfully, but these errors were encountered: