resource "ovh_domain_zone" "htgl_fr" { ovh_subsidiary = null } resource "ovh_domain_zone_record" "record_5352707027" { fieldtype = "CNAME" subdomain = "ovhmo-selector-2._domainkey" target = "ovhmo-selector-2._domainkey.3879299.of.dkim.mail.ovh.net." ttl = 0 zone = ovh_domain_zone.htgl_fr.name } resource "ovh_domain_zone_record" "record_5351106488" { fieldtype = "SPF" subdomain = "" target = "v=spf1 include:mx.ovh.com ~all" ttl = 0 zone = ovh_domain_zone.htgl_fr.name } resource "ovh_domain_zone_record" "record_5341803165" { fieldtype = "NS" subdomain = "" target = "dns19.ovh.net." ttl = 0 zone = ovh_domain_zone.htgl_fr.name } resource "ovh_domain_zone_record" "record_5352706980" { fieldtype = "CNAME" subdomain = "ovhmo-selector-1._domainkey" target = "ovhmo-selector-1._domainkey.3879298.of.dkim.mail.ovh.net." ttl = 0 zone = ovh_domain_zone.htgl_fr.name } resource "ovh_domain_zone_record" "record_5341803909" { fieldtype = "MX" subdomain = "" target = "5 mx2.mail.ovh.net." ttl = 0 zone = ovh_domain_zone.htgl_fr.name } resource "ovh_domain_zone_record" "record_5341803908" { fieldtype = "MX" subdomain = "" target = "1 mx1.mail.ovh.net." ttl = 0 zone = ovh_domain_zone.htgl_fr.name } resource "ovh_domain_zone_record" "record_5341803910" { fieldtype = "MX" subdomain = "" target = "100 mx3.mail.ovh.net." ttl = 0 zone = ovh_domain_zone.htgl_fr.name } resource "ovh_domain_zone_record" "record_5341803166" { fieldtype = "NS" subdomain = "" target = "ns19.ovh.net." ttl = 0 zone = ovh_domain_zone.htgl_fr.name }