You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource"tfe_notification_configuration""notification" {
name=var.notification_nameenabled=truedestination_type="email"email_user_ids=var.email_user_ids# this is a list of strings or empty listtriggers=var.triggers# this is a list of strings or empty listworkspace_id=var.workspace_id
}
Expected Behavior
I would expect that notification triggers are removed if I provide an empty list or null value for triggers
Actual Behavior
If I provide triggers as an empty list or null Terraform plan will show it would remove triggers but it actually does not do anything.
The text was updated successfully, but these errors were encountered:
Terraform version
Terraform Configuration Files
Expected Behavior
I would expect that notification triggers are removed if I provide an empty list or null value for
triggers
Actual Behavior
If I provide
triggers
as an empty list ornull
Terraform plan will show it would remove triggers but it actually does not do anything.The text was updated successfully, but these errors were encountered: