Closed mbechc closed 1 year ago
Apologies for the time it took us to address this. This should be fixed in the new version of the provider: https://github.com/thousandeyes/terraform-provider-thousandeyes/releases/tag/v2.0.0
Please give it a try and let us know if you're still facing these issues. Please feel free to reopen if that is the case.
Snippet of configuration, many different approaches tried.
resource "thousandeyes_label" "vpn_underlay" { name = "vpn_underlay" type = "tests"
tests { test_name = "cph_customer_overlay" agents { agent_id = data.thousandeyes_agent.underlay.agent_id } } }