terraform-provider-sumologic
terraform-provider-sumologic copied to clipboard
Retry mechanism masking errors?
On some failures the provider is retrying the communication to the Sumo product and fails with errors like this:
Error:
Post "https://api.sumologic.com/api/v1/monitors?parentId=00000000005405F8&": POST https://api.sumologic.com/api/v1/monitors?parentId=00000000005405F8& giving up after 11 attempt(s)
with module.redacted.mine,
on myfile.tf line 1, in resource "sumologic_monitor" "mine":
1: resource "sumologic_monitor" "mine"
Nowhere in the output I can find the actual error message.
It's fixed here: https://github.com/SumoLogic/terraform-provider-sumologic/pull/595 PR is stuck on failed tests right now
New pr for the fix is merged now. PR Link