Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_sentinel_automation_rule - Support for triggers_on, triggers_when and condition_json (deprecates the condition property) #19309

Merged
merged 9 commits into from
Jan 9, 2023
Prev Previous commit
Next Next commit
Update website/docs/r/sentinel_automation_rule.html.markdown
Co-authored-by: kt <kt@katbyte.me>
  • Loading branch information
magodo and katbyte authored Dec 7, 2022
commit 4bae63f8d1cd0de18ef8b964d490b2658533b0ce
2 changes: 1 addition & 1 deletion website/docs/r/sentinel_automation_rule.html.markdown
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ The following arguments are supported:

* `expiration` - (Optional) The time in RFC3339 format of kind `UTC` that determines when this Automation Rule should expire and be disabled.

* `triggers_on` - (Optional) Specifies what triggesr this automation rule. Possible values are `Alerts` and `Incidents`. Defaults to `Incidents`.
* `triggers_on` - (Optional) Specifies what triggers this automation rule. Possible values are `Alerts` and `Incidents`. Defaults to `Incidents`.

* `triggers_when` - (Optional) Specifies when will this automation rule be triggered. Possible values are `Created` and `Updated`. Defaults to `Created`.