Skip to content
Snippets Groups Projects

Feat mount data vol

Merged Eesaan Atluri requested to merge feat-mount-data-vol into master
All threads resolved!
Files
2
+ 4
0
@@ -66,7+66,7 @@
instance_id = openstack_compute_instance_v2.ohpc.id
volume_id = var.vol_id
}
output "id" {
value = openstack_compute_instance_v2.ohpc.id
}
@@ -74,7+74,7 @@
output "ssh_host" {
value = var.floating_ip_ohpc
}
output "device" {
value = openstack_compute_volume_attach_v2.volume_attach.device
}
Loading