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

fix code error with array count in cariable which does not expect instance key

parent 50f4d7ab
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ resource "openstack_compute_volume_attach_v2" "volume_attach" {
}
output "xdmod_instance_id" {
value = openstack_compute_instance_v2.ohpc[0].id
value = openstack_compute_instance_v2.ohpc.id
}
output "ssh_host" {
......
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