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
* Fixes for Auto Scaling Settings (#184)
* Fix status code range definition
* Fix missing defaults for auto_heal_setting request trigger
* Update requests trigger to optional map to match other triggers
* Fix slow_request dynamics and add dynamic requests for #183
* Update variable name take_taken to time_taken to match with the implementation and underlying azurerm module
* linting fixes; minor bug fixes; version references;
* linitng fixes 2
---------
Co-authored-by: David Suarez <1847875+dave92082@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,7 @@ Description:
587
587
-`slow_request` - (Optional) The slow request trigger to activate the action.
588
588
-`count` - (Required) The number of slow requests to trigger the action.
589
589
-`interval` - (Required) The interval to trigger the action.
590
-
-`take_taken` - (Required) The time taken to trigger the action.
590
+
-`time_taken` - (Required) The time taken to trigger the action.
591
591
-`path` - (Optional) The path to trigger the action.
592
592
> NOTE: The `path` property in the `slow_request` block is deprecated and will be removed in 4.0 of provider. Please use `slow_request_with_path` to set a slow request trigger with `path` specified.
593
593
-`status_code` - (Optional) The status code trigger to activate the action.
@@ -599,10 +599,7 @@ Description:
599
599
-`win32_status_code` - (Optional) The Win32 status code to trigger the action.
600
600
601
601
```terraform
602
-
site_config = {
603
-
auto_heal_enabled = true # `auto_heal_enabled` deprecated in azurerm 4.x
604
-
}
605
-
auto_heal_setting = { # auto_heal_setting should only be specified if auto_heal_enabled is set to `true`
0 commit comments