While creating a DNS server monitor resource using the site24x7_dns_server_monitor resource in the Site24x7 Terraform provider, the lookup_type parameter within the search_config block is not being set correctly. Despite specifying "MX" as the value, the provider does not apply this setting and returns an error. However, specifying "NS" as the lookup_type works without issues.
While creating a DNS server monitor resource using the
site24x7_dns_server_monitor
resource in the Site24x7 Terraform provider, thelookup_type
parameter within thesearch_config
block is not being set correctly. Despite specifying "MX" as the value, the provider does not apply this setting and returns an error. However, specifying "NS" as thelookup_type
works without issues.