# Provider source mapping: maps local name `maas` to canonical/maas so
# `tofu init` does not infer the `maas_` resource prefix as a nonexistent
# hashicorp/maas. Version pinned at the root (opentofu/versions.tf).
# (Found on the first real `tofu init`; DOCFIX-179.)
terraform {
  required_providers {
    maas = {
      source = "canonical/maas"
    }
  }
}
