# Provider versions CONFIRMED against actual registry/release data, not
# memory (2026-07-09 for libvirt; 2026-07-09 for maas). Pinned to exact
# releases rather than a range -- re-verify and bump deliberately, don't
# drift. (This repo has no OpenTofu/tofu binary available to it this
# session -- this file, and everything under opentofu/, is UNVALIDATED: run
# `bash scripts/opentofu-validate.sh` on a machine with the tofu binary and
# network access to the provider registry before trusting any of it.)
terraform {
required_version = ">= 1.6.0"
required_providers {
libvirt = {
source = "dmacvicar/libvirt"
version = "0.9.8"
}
maas = {
source = "canonical/maas"
version = "2.7.2"
}
}
}