Skip to main content

Module to easily convert Bind9 (named) zones into Terraform CloudFlare provider records definitions

Project description

terraform-named-cloudflare

Python module and tool to easily convert Bind9 (named) zones into Terraform CloudFlare provider records definitions.

This module parses Bind9 (named) zone file and generates Terraform code with CloudFlare resources definitions.

To make the result code organized, code separated based on DNS records types.

Installation

Production

The simplest way to install the module is to use PIP:

pip install terraform-named-cloudflare

Development

To install the module from sources, just clone the repository and install the module:

git clone https://github.com/pa-yourserveradmin-com/terraform-named-cloudflare.git
cd terraform-named-cloudflare
python3 setup.py install

Usage

Example usage scenario is the next:

terraform-named-cloudflare \
    --file <NAMED_ZONE_FILE> \
    --zone-id <CLOUDFLARE_ZONE_ID> \
    --zone-name <CLOUDFLARE_ZONE_NAME>

Where:

  • NAMED_ZONE_FILE - the absolute or relative path to zone file in Bind9 (named) format.
  • CLOUDFLARE_ZONE_ID - the optional CloudFlare zone ID (can be found in CloudFlare WEB interface).
  • CLOUDFLARE_ZONE_NAME - the optional CloudFlare zone name (the same as domain name).

Since not all records need to be converted in Terraform code, the script ignores some of them and just prints ignored records to standard output to provide ability review them and add manually.

Requirements

There are no specific requirements except a few weel-known and widelly used Python modules listed in the requirements.txt and automatically installed with module.

Limitations

The module does not understand DNS RRD records and always will create only one resource with the same name. The rest will be ignored and printed to standard output for review and manual changes in Terraform code.

Supported DNS records types

Currently this module supports the next types of DNS records:

  • A
  • AAAA
  • CNAME
  • MX
  • SRV
  • TXT

Other types of DNS records can be added based on the need. Also, contrinutions are always welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

terraform_named_cloudflare-0.0.2.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

terraform_named_cloudflare-0.0.2-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file terraform_named_cloudflare-0.0.2.tar.gz.

File metadata

  • Download URL: terraform_named_cloudflare-0.0.2.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.1

File hashes

Hashes for terraform_named_cloudflare-0.0.2.tar.gz
Algorithm Hash digest
SHA256 69a4bec9766ee6229aef7a4c1efc4424dedb0e25bdc2fdb7be12f2270f4011a0
MD5 220ff1a9e6550d5382256ee2ccee78e9
BLAKE2b-256 193c51821d1387827b5334d58f41ffd8596a86228cbdd36955a03a71c07c2c39

See more details on using hashes here.

File details

Details for the file terraform_named_cloudflare-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: terraform_named_cloudflare-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.1

File hashes

Hashes for terraform_named_cloudflare-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9b731187eaeaf9afb47a1a3f54a988d594fba0e5fbd119fc1b1d057db16cc9c7
MD5 b3c0a799b82abe5251c7815d4f40ee0c
BLAKE2b-256 eb07cbd41b1020c7090db4850df56a9e71c15c1562fb9ff64420307c3d8f0923

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page