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

fixed typo

parent d61c1f04
No related branches found
No related tags found
3 merge requests!47Integration Testing: Sequential Merge and Validation of Four Feature Branches (PR #43,#44, #45,#46),!43feat: Add new data volume for XDMod queue data,!34feat: Add new data volume for XDMod queue data
Pipeline #9080 failed with stages
in 12 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_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,
] ]
......
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