# Provider source mapping for this module (DOCFIX-179). Child modules MUST
# declare their own required_providers so OpenTofu maps the local name
# `libvirt` to dmacvicar/libvirt; version is pinned once at the ROOT
# (opentofu/versions.tf), child modules declare source only.
terraform {
  required_providers {
    libvirt = {
      source = "dmacvicar/libvirt"
    }
  }
}
