Terranix configuration for Qezta infrastructure, starting with domain and DNS management.
Requires Nix with flakes enabled and a Cloudflare API token supplied through Terraform variables.
nix develop
terraform init
terraform plan -var='cloudflare_api_token=...'Terraform JSON is generated from terranix/main.nix with:
nix build .#terraform-jsonDo not commit Terraform state, variable files, or API tokens. Configure a remote encrypted backend before applying changes.