diff --git a/infrastructure/dns.tf b/infrastructure/dns.tf index 03a6f99..9e443f7 100644 --- a/infrastructure/dns.tf +++ b/infrastructure/dns.tf @@ -31,6 +31,13 @@ resource "cloudflare_record" "apple_proof" { value = "apple-domain=chwbVvzH8hWIgg1l" } +resource "cloudflare_record" "keybase_proof" { + zone_id = cloudflare_zone.icb4dc0de.id + name = "@" + type = "TXT" + value = "keybase-site-verification=WDQoLtW22epD7eQnts6rPKJBGA0lD6jSI6m0bGMYWag" +} + resource "cloudflare_record" "apple_spf" { zone_id = cloudflare_zone.icb4dc0de.id name = "@"