/etc/maas/templates/dns/named.conf.options.inside.maas.template is in maas-region-controller-min 1.5.4+bzr2294-0ubuntu1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 | {{if upstream_dns}}
    forwarders {
        {{upstream_dns}};
    };
{{endif}}
 |