Skip to content
Snippets Groups Projects

feat: Add new data volume for XDMod queue data

Closed Krish Moodbidri requested to merge feat-test-xdmod-queue-vol into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -72,7 +72,7 @@ resource "openstack_compute_volume_attach_v2" "volume_attach" {
}
output "xdmod_instance_id" {
value = openstack_compute_instance_v2.ohpc[0].id
value = openstack_compute_instance_v2.ohpc.id
}
output "ssh_host" {
Loading