Open movinfinex opened 5 months ago
I had similar issues when setting default values, even according to documentation and leaving them empty. Try setting your defaults to null instead.
we have same issue even creating from scratch - in the UI it says the monitor id is invalid, then trying to apply again gives 'Invalid data provided for the resource'
and no attempt to swap to setting defaults to null seems to help either
actually ours was slightly different, we needed to set script_type to 'side' not 'txt' (as docs suggest!)
Now we have same problem as original - we can't update it!
Hi everyone, kindly give "selenium_script" and "script_type" attributes only during creation. Selenium scripts cannot be updated using terraform.It requires a different API and we are working on it.
I have some
site24x7_web_transaction_browser_monitor
resources. As far as I can tell, any update (including toselenium_script
andtag_ids
andthreshold_profile_id
) fails with an error like this:Forcing a deletion and recreating using the same config works (but destroys monitoring history).