Skip to content

Commit

Permalink
modules/libvirt: Fix the volume prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yifan Gu authored and crawford committed Sep 23, 2018
1 parent 96adf3c commit 64557d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libvirt/volume/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "libvirt_volume" "coreos_base" {
name = "coreos_base"
source = "file://${var.image}"
source = "${var.image}"
}

0 comments on commit 64557d1

Please sign in to comment.