Closed raul-te closed 2 years ago
All public bgp_monitors get removed immediately after applying:
bgp_monitors
# thousandeyes_bgp.bgp_test will be updated in-place ~ resource "thousandeyes_bgp" "bgp_test" { id = "2930988" - use_public_bgp = true -> null # (12 unchanged attributes hidden) - bgp_monitors { - monitor_id = 6784 -> null } - bgp_monitors { - monitor_id = 9216 -> null }
This contribution fixes that problem.
All public
bgp_monitors
get removed immediately after applying:This contribution fixes that problem.