Skip to content

Commit a351315

Browse files
authored
Set SMS email from schema to carry value of boolean forward (#1029)
1 parent 578f2fd commit a351315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mongodbatlas/resource_mongodbatlas_alert_configuration.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ func flattenAlertConfigurationNotifications(d *schema.ResourceData, notification
758758
notifications[i].VictorOpsRoutingKey = notificationsSchema[i].VictorOpsRoutingKey
759759
notifications[i].WebhookURL = notificationsSchema[i].WebhookURL
760760
notifications[i].WebhookSecret = notificationsSchema[i].WebhookSecret
761+
notifications[i].SMSEnabled = notificationsSchema[i].SMSEnabled
762+
notifications[i].EmailEnabled = notificationsSchema[i].EmailEnabled
761763
}
762764
}
763765

0 commit comments

Comments
 (0)