provider.tf (267B)
1 terraform { 2 required_providers { 3 libvirt = { 4 source = "dmacvicar/libvirt" 5 version = "0.7.1" 6 } 7 } 8 } 9 10 provider "libvirt" { 11 uri = "qemu+ssh://pigley/system?keyfile=/home/pyratebeard/.local/trove/keys/homelab_tofu&known_hosts_verify=ignore&sshauth=privkey" 12 }