You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the documentation, the DNS record is optional, and it will use ANY if it isn't specified.
What actually happened?
i am getting this message
Error: invalid value for domain (must suffix with record type; check ThousandEyes Developer Reference for more information)
with thousandeyes_dns_trace.dns["www_cisco_com"]
on tests.tf line 27, in resource "thousandeyes_dns_trace" "dns":
domain = each.value.test_url
What versions are you using?
required_providers {
thousandeyes = {
source = "thousandeyes/thousandeyes"
version = "2.0.1"
}
}
What did you expect to happen?
Based on the documentation, the DNS record is optional, and it will use ANY if it isn't specified.
What actually happened?
i am getting this message
Error: invalid value for domain (must suffix with record type; check ThousandEyes Developer Reference for more information)
with thousandeyes_dns_trace.dns["www_cisco_com"]
on tests.tf line 27, in resource "thousandeyes_dns_trace" "dns":
domain = each.value.test_url
Terraform code to reproduce the bug
Any additional comments or code?
No response
Steps to reproduce the bug
The text was updated successfully, but these errors were encountered: