From eb5b8a6e20c0ce11f1e0876522a4c61d9c0fcdd5 Mon Sep 17 00:00:00 2001 From: Chaim Platonov Date: Tue, 21 May 2024 15:47:54 +0300 Subject: [PATCH] Update description of notification value --- env0/resource_notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env0/resource_notification.go b/env0/resource_notification.go index ed004a00..b443a928 100644 --- a/env0/resource_notification.go +++ b/env0/resource_notification.go @@ -42,7 +42,7 @@ func resourceNotification() *schema.Resource { }, "value": { Type: schema.TypeString, - Description: "the target url of the notification", + Description: "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.", Required: true, ValidateDiagFunc: ValidateNotEmptyString, },