Newer
Older
openstack-caracal-dc-dc / opentofu / vr1-dc0-maas / versions.tf
# Pins mirror the outer root's versions.tf EXACTLY (canonical/maas 2.7.2) --
# this root is a third entry point, not a different provider generation. If the
# outer root's pin is bumped, bump it here in the SAME change: two copies of one
# fact drift silently otherwise (the same caveat opentofu/variables.tf records
# about vr1_dc0_planes vs scripts/lib-net.sh).
#
# NO libvirt provider here ON PURPOSE. This root touches MAAS and nothing else.

terraform {
  required_version = ">= 1.6.0"

  required_providers {
    maas = {
      source  = "canonical/maas"
      version = "2.7.2"
    }
  }
}