Skip to content

Instantly share code, notes, and snippets.

@flavio
Created October 10, 2017 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flavio/28388f85aa83a82bd64b28cce4faa5af to your computer and use it in GitHub Desktop.
Save flavio/28388f85aa83a82bd64b28cce4faa5af to your computer and use it in GitHub Desktop.
terraform file triggering libvirt segfault
provider "libvirt" { │···························
uri = "qemu:///system" │···························
} │···························
│···························
resource "libvirt_cloudinit" "disk" { │···························
name = "commoninit_${count.index}.iso" │···························
local_hostname = "node_${count.index}" │···························
pool = "home_libvirtd" │···························
count = 100 │···························
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment