From 708f2cc464ba460c1163fe68ee7d5b7e9a6dcbe8 Mon Sep 17 00:00:00 2001 From: Artur Sawicki Date: Wed, 20 Dec 2023 18:56:20 +0100 Subject: [PATCH] Fix the docs --- docs/resources/email_notification_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/email_notification_integration.md b/docs/resources/email_notification_integration.md index 4034ee5a33b..741df1bc704 100644 --- a/docs/resources/email_notification_integration.md +++ b/docs/resources/email_notification_integration.md @@ -27,12 +27,12 @@ resource "snowflake_email_notification_integration" "email_int" { ### Required -- `allowed_recipients` (Set of String) List of email addresses that should receive notifications. - `enabled` (Boolean) - `name` (String) ### Optional +- `allowed_recipients` (Set of String) List of email addresses that should receive notifications. - `comment` (String) A comment for the email integration. ### Read-Only