From 4fb63356532efd1f3f911411a186149b7aa5ed51 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Tue, 21 May 2024 14:20:44 +0000 Subject: [PATCH] Update docs --- docs/resources/notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/notification.md b/docs/resources/notification.md index 893d61e7..915b2e82 100644 --- a/docs/resources/notification.md +++ b/docs/resources/notification.md @@ -36,7 +36,7 @@ resource "env0_notification_project_assignment" "test_assignment" { ### Required - `name` (String) the name of the notification -- `type` (String) 'Slack', 'Teams' or 'Email' +- `type` (String) 'Slack', 'Teams', 'Email' or 'Webhook' - `value` (String) URL for Slack, Teams or Webhooks endpoint. Coma separated list of email addresses for email endpoint, you can use `$ENVIRONMENT_CREATOR$`, and `$DEPLOYER$` to resolve emails dynamically. ### Optional