You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default HTTP request header for external monitoring is Cache-Control: no-cache in the API and Web console.
But in the terraform provider, no header is specified. It is inconsistent and seems not to be helpful.
It is possible to match the behavior by specifying Cache-Control: no-cache as the default, but this is a breaking change.
The default HTTP request header for external monitoring is
Cache-Control: no-cache
in the API and Web console.But in the terraform provider, no header is specified. It is inconsistent and seems not to be helpful.
It is possible to match the behavior by specifying
Cache-Control: no-cache
as the default, but this is a breaking change.terraform-provider-mackerel/mackerel/resource_mackerel_monitor.go
Lines 259 to 264 in 9a863e6
The text was updated successfully, but these errors were encountered: