How to create a notification integration with email? #1631
Unanswered
Aditya9517
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
resource "snowflake_notification_integration" "email_notification" {
name = var.email_notification_integration_monitor_name
enabled = true
type = "EMAIL"
}
Is throwing an error in terraform, Error: expected type to be one of [QUEUE], got EMAIL
Is there no support for EMAIL yet?
Beta Was this translation helpful? Give feedback.
All reactions