From 24d2f4a663bcee13d11d2fbae7cec217576e9522 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 18 Jul 2024 23:28:12 +0200 Subject: Adding protonmail --- terraform/dns/trygvis.tf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'terraform/dns') diff --git a/terraform/dns/trygvis.tf b/terraform/dns/trygvis.tf index ebc9da4..7644e41 100644 --- a/terraform/dns/trygvis.tf +++ b/terraform/dns/trygvis.tf @@ -39,6 +39,13 @@ resource "linode_domain_record" "root-txt-keybase" { target = "keybase-site-verification=gcoO7zav4G2IK5KQdrWOgz_PD9wpZhz-0afIb1Kodrk" } +resource "linode_domain_record" "root-txt-protonmail" { + domain_id = linode_domain.root.id + name = "" + record_type = "TXT" + target = "protonmail-verification=040b9503f0fe071ec3dfbe5b1c588d384ebec74a" +} + resource "linode_domain_record" "root-cname-ses-1" { domain_id = linode_domain.root.id name = "k5o5gjadej2kkfncu36i3ef5gt473sxy._domainkey" -- cgit v1.2.3