The zonefile provider parses the contents of DNS zone files, as defined by RFC 1035, and provides structured, well-typed data for use in Terraform and compatible forks like OpenTofu.
As of writing, the provider is in a pre-release state and is not published to
any registry. However, documentation is available in the docs/
directory, and
you can build and install the plugin into a local mirror directory for
testing.
My own code for the provider (committed to this repository) is released under
the terms of the MIT License (see LICENSE.txt). The provider as a whole
incorporates some third-party libraries under the terms of the Mozilla Public
License 2.0. See release/COPYING.txt
for details.