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

fiix variable syntax

parent fe522b94
No related tags found
No related merge requests found
Pipeline #9138 failed with stages
in 1 minute and 19 seconds
......@@ -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
volumes = [
vol_id = [
data.openstack_blockstorage_volume_v3.disk.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