Skip to content
Snippets Groups Projects
Commit 9ab5d7fd authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

feat: Fix output block in ohpc-instance module for attaching multiple volumes

parent bea4b659
No related branches found
No related tags found
No related merge requests found
......@@ -80,5 +80,5 @@ output "ssh_host" {
}
output "device" {
value = openstack_compute_volume_attach_v2.volume_attach.device
value = openstack_compute_volume_attach_v2.volume_attach[count.index].device
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment