thousandeyes / terraform-provider-thousandeyes

ThousandEyes Terraform Provider
Apache License 2.0
21 stars 26 forks source link

fix: validate that domain has a record type suffix #96

Closed raul-te closed 2 years ago

raul-te commented 2 years ago

Force domain in dns_server to always have a record type. According to TE documentation:

If no record type is specified, the test will default to an ANY record.

This does not play well with the Terraform state:

~ resource "thousandeyes_dns_server" "example_dns_server_test" {
      ~ domain                 = "www.thousandeyes.com ANY" -> "www.thousandeyes.com"

Additionally, this pull request updates some examples with the correct usage of use_public_bgp.