diff --git a/terraform/dns/kun_is.tf b/terraform/dns/kun_is.tf index 9dd60a3..ed0db0b 100644 --- a/terraform/dns/kun_is.tf +++ b/terraform/dns/kun_is.tf @@ -5,6 +5,22 @@ resource "powerdns_zone" "kun_is" { soa_edit_api = "DEFAULT" } +resource "powerdns_record" "kun_is_txt_google_verification" { + zone = powerdns_zone.kun_is.name + name = "kun.is." + type = "TXT" + records = ["\"google-site-verification=sznWJNdSZfiAESJhnDQEJ6hf06W9vndvhMi6wP_HH04\""] + ttl = 60 +} + +resource "powerdns_record" "bing_kun_is_cname" { + zone = powerdns_zone.kun_is.name + name = "fcfe5d31d5b7ae1af0b352a6b4c75d3f.kun.is." + type = "CNAME" + records = ["verify.bing.com."] + ttl = 60 +} + resource "powerdns_record" "ns_kun_is_a" { zone = powerdns_zone.kun_is.name name = "ns.kun.is."