- Rename terraform/ to tofu/ - Add marcfrederick/porkbun provider for registrar NS management - Add dns.tf with all 14 Porkbun domains and import blocks - Update gridmap.org BIND9 zone NS to Cloudflare - Update CLAUDE.md to reflect new directory structure
13 lines
274 B
YAML
13 lines
274 B
YAML
---
|
|
# gridmap.org DNS zone configuration
|
|
gridmap_org_zone:
|
|
name: gridmap.org
|
|
type: master
|
|
create_reverse_zones: false
|
|
name_servers:
|
|
- arch.ns.cloudflare.com.
|
|
- tani.ns.cloudflare.com.
|
|
hosts:
|
|
- name: "@"
|
|
ip: 204.110.191.8
|
|
other_name_servers: []
|