Skip to content
Snippets Groups Projects

feat: Add new data volume for XDMod queue data

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -72,7 +72,7 @@ module "create-ohpc-instance" {
floating_ip_ohpc = module.floating-ip-address.ohpc_address
ohpc_user = var.ohpc_user
ssh_private_key = var.ssh_private_key
vol_id = [
vol_ids = [
data.openstack_blockstorage_volume_v3.disk.id,
data.openstack_blockstorage_volume_v3.disk2.id,
]
Loading