terraform-res 2024-01-20
Add domain checksum generation and website module outputs
18 files · 282+ · 121-

Domain checksum generation

3 files changed
  • generate_checksum.sh Shell script generating SHA-512 checksums for domain JSON objects using normalized content
  • test Test file for checksum verification
  • test2 Additional checksum test
  • Created domain checksum script that strips checksum keys, normalizes JSON content, and generates SHA-512 digests for domain object integrity verification harden behavioral
    1 file
    • generate_checksum.sh

Website module outputs

3 files changed
  • outputs.tf Added comprehensive outputs for Cloudflare Pages deployment state
  • main.tf Refactored website module with cleaner resource definitions
  • outputs.tf Minor output format adjustment
  • Added website module outputs exposing Cloudflare Pages project state, deployment URLs, and custom domain configuration interface behavioral
    1 file
    • outputs.tf

Domain and root module updates

11 files changed
  • locals.tf Expanded local computations for domain processing
  • outputs.tf Expanded root outputs with website module data
  • main.tf Added module integration
  • 80hd-meme.json Added metadata
  • manic-meme.json Added metadata
  • neurotic-meme.json Updated records and metadata
  • nihilist-meme.json Updated records
  • psychotic-meme.json Added metadata
  • shitpost-meme.json Added metadata
  • shitposting-meme.json Updated records
  • neurotic-meme.json Added site metadata
  • Updated domain JSON files with additional metadata fields and expanded root module outputs streamline internal
    2 files
    • neurotic-meme.json
    • outputs.tf