terraform-res 2024-01-28
Add tim.team domain and expand GoDaddy module with nameserver management
9 files · 224+ · 9-

Tim.team domain

2 files changed
  • tim-team.json Domain configuration for tim.team with DNS records and GoDaddy registrar info
  • tim-team.json Site configuration for tim.team
  • Added tim.team domain with DNS records, GoDaddy registrar metadata, and corresponding site deployment configuration instantiate behavioral
    2 files
    • tim-team.json
    • tim-team.json

GoDaddy module expansion

3 files changed
  • main.tf Massively expanded with nameserver management, zone info queries, and domain delegation logic
  • outputs.tf Expanded outputs with domain and nameserver state
  • variables.tf Added new variables for expanded operations
  • Expanded GoDaddy module from basic operations to comprehensive nameserver management including zone info retrieval, delegation verification, and automated nameserver updates interface behavioral
    2 files
    • main.tf
    • outputs.tf

Zone info utility

1 file changed
  • show-zone-info.sh Utility script for displaying DNS zone information across managed domains
  • Created show-zone-info.sh utility for querying and displaying DNS zone information across all managed domains instantiate internal
    1 file
    • show-zone-info.sh

Root module updates

3 files changed
  • locals.tf Minor locals update for new domain
  • outputs.tf Updated outputs for new domain
  • main.tf Minor validator adjustment
  • Updated root module locals and outputs to incorporate the new tim.team domain streamline internal
    2 files
    • locals.tf
    • outputs.tf