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

fix volume metadata syntax

parent ab2a914c
Branches feat-volume-id
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ output "keypair_name" {
data "openstack_networking_network_v2" "external_net" {name = var.external_network}
data "openstack_blockstorage_volume_v2" "disk" {
name = "var.data_volume"
metadata = "id:volume_id"
metadata = { id = "volume_id" }
}
# runs the ohpc-instance module - creates ohpc 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