thousandeyes / terraform-provider-thousandeyes

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

feature enhancement: Enable BGP #174

Open edwinsalazar opened 1 month ago

edwinsalazar commented 1 month ago

in the UI, it is easier to enable BGP collection and there is a message: "All public BGP monitors will be included" but in the Terraform when I am trying to enable BGP, I am getting this error message:

Error: Failed call API endpoint. HTTP response code: 400. Error: There were some errors in your request, please correct them before trying again. No BGP monitors selected.

Can we update this default behavior as we have in the UI?

edwinsalazar commented 1 month ago

I would like to clarify that in the resource "thousandeyes_http_server" it doesn't have the option "use_public_bgp". It would be great if it can be added in order to enable bgp metrics.

christung16 commented 1 month ago

I encounter the same issue. Any quick workaround?