This repository contains Terraform configurations for managing DNS records in Cloudflare.
- Terraform 0.14.0 or newer
- Cloudflare account
- Clone the repository
git clone https://github.com/yourusername/dns-as-code.git
cd dns-as-code
- Initialize Terraform
terraform init
- Plan the changes
terraform plan
- Apply the changes
terraform apply