Skip to content
Snippets Groups Projects
Commit ec48d239 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Update main.tf

parent c59dc2a8
No related tags found
1 merge request!33feat: Add new data volume for XDMod queue data
Pipeline #9020 failed with stages
in 10 seconds
...@@ -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_id = data.openstack_blockstorage_volume_v2.disk.id vol_id = data.openstack_blockstorage_volume_v3.disk.id
} }
# runs the ood-instance module - creates ood instance using variables defined above # runs the ood-instance module - creates ood instance using variables defined above
......
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