error creating notification integration: 394204 (22023): Invalid allowed_recipients length 0. Should be between 1 and 50. #2223
Labels
category:resource
feature-request
Used to mark issues with provider's missing functionalities
resource:email_notification_integration
Issue connected to the snowflake_email_notification_integration resource
Terraform CLI and Provider Versions
TERRAFORM_VERSION: 0.14.11
Provider version: 0.70.1
Use Cases or Problem Statement
TERRAFORM_VERSION: 0.14.11
Error: error creating notification integration: 394204 (22023): Invalid allowed_recipients length 0. Should be between 1 and 50.
resource "snowflake_email_notification_integration" "email_int" {
name = local.integration_name
comment = var.comment
enabled = var.enabled
allowed_recipients = var.allowed_recipients
}
when allowed_recepients is []
Snowflake removed the need to specify allowed_recipients:
https://docs.snowflake.com/en/release-notes/2023/7_40#email-notification-integrations-allowed-recipients-no-longer-required
Proposal
Please allow us to pass empty list [] for resource "snowflake_email_notification_integration"
Snowflake removed the need to specify allowed_recipients:
https://docs.snowflake.com/en/release-notes/2023/7_40#email-notification-integrations-allowed-recipients-no-longer-required
How much impact is this issue causing?
High
Additional Information
No response
The text was updated successfully, but these errors were encountered: