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
3 merge requests!47Integration Testing: Sequential Merge and Validation of Four Feature Branches (PR #43,#44, #45,#46),!43feat: Add new data volume for XDMod queue data,!34feat: Add new data volume for XDMod queue data
Pipeline #9088 failed with stages
in 23 seconds
...@@ -80,5 +80,5 @@ output "ssh_host" { ...@@ -80,5 +80,5 @@ output "ssh_host" {
} }
output "device" { 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