Skip to content

Commit

Permalink
TEST: remove index from tmp vm resource
Browse files Browse the repository at this point in the history
Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
  • Loading branch information
Gal-Zaidman committed Jul 16, 2020
1 parent 8d9e590 commit ea6eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/ovirt/template/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ output "releaseimage_template_id" {
}

output "tmp_import_vm" {
value = ovirt_vm.tmp_import_vm.0.id
value = length(ovirt_vm.tmp_import_vm) > 0 ? ovirt_vm.tmp_import_vm.0.id : null
}

0 comments on commit ea6eb17

Please sign in to comment.