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

error creating notification integration: 394204 (22023): Invalid allowed_recipients length 0. Should be between 1 and 50. #2223

Closed
ramprasads108 opened this issue Nov 29, 2023 · 2 comments · Fixed by #2292
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

Comments

@ramprasads108
Copy link

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

@ramprasads108 ramprasads108 added the feature-request Used to mark issues with provider's missing functionalities label Nov 29, 2023
@ramprasads108
Copy link
Author

ramprasads108 commented Dec 12, 2023

Any update on this please? Hoping this is a quick fix!

@sfc-gh-asawicki
Copy link
Collaborator

Hey @ramprasads108. Thanks for reporting the issue.

We put this on our priority board, and we should address this in the coming days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants