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 @@ module "create-ohpc-instance" {
@@ -72,7 +72,7 @@ module "create-ohpc-instance" {
floating_ip_ohpc = module.floating-ip-address.ohpc_address
floating_ip_ohpc = module.floating-ip-address.ohpc_address
ohpc_user = var.ohpc_user
ohpc_user = var.ohpc_user
ssh_private_key = var.ssh_private_key
ssh_private_key = var.ssh_private_key
vol_ids = [
vol_id = [
data.openstack_blockstorage_volume_v3.disk.id,
data.openstack_blockstorage_volume_v3.disk.id,
data.openstack_blockstorage_volume_v3.disk2.id,
data.openstack_blockstorage_volume_v3.disk2.id,
]
]
Loading