We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ovirt_vm_disk_attachments
Implement a ovirt_vm_disk_attachments data source that returns all disk attachments for a VM.
The data source should look like this:
data "ovirt_vm_disk_attachments" "foo" { vm_id = var.vm_id }
The result should contain the following fields:
disk_id
Optionally, it may contain all additional fields from the DiskAttachment objects from go-ovirt-client.
We need to implement a resource that resizes all disks inherited from the template after VM creation. See openshift/installer#5867 for details.
The text was updated successfully, but these errors were encountered:
fixes oVirt#343: new data-source for ovirt_disk_attachments
74ba151
b951811
fixes #343: new data-source for ovirt_disk_attachments (#371)
2b4c5d0
engelmi
Successfully merging a pull request may close this issue.
Please describe what you would like to see
Implement a
ovirt_vm_disk_attachments
data source that returns all disk attachments for a VM.Please describe the solution you'd like
The data source should look like this:
The result should contain the following fields:
disk_id
Optionally, it may contain all additional fields from the DiskAttachment objects from go-ovirt-client.
Please describe your use case
We need to implement a resource that resizes all disks inherited from the template after VM creation. See openshift/installer#5867 for details.
The text was updated successfully, but these errors were encountered: