diff --git a/test/032-db-backup.tf b/test/032-db-backup.tf index 02f6f62..44b1f82 100644 --- a/test/032-db-backup.tf +++ b/test/032-db-backup.tf @@ -20,7 +20,7 @@ module "backup" { vpc_id = "" enable_aws_backup = true aws_backup_schedule = "" - aws_backup_notification_events = "" + aws_backup_notification_events = [""] backup_sns_email = "" delete_recovery_point_after_days = 7 }