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

feat: Add Serverless replication task support #56

Prev Previous commit
Next Next commit
Add output for serverless replication tasks
  • Loading branch information
gpdenny committed Jan 17, 2024
commit fd1204c1cd11670c98ec58beacc23ae6b5a680be
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ output "replication_tasks" {
value = aws_dms_replication_task.this
}

output "serverless_replication_tasks" {
description = "value"
gpdenny marked this conversation as resolved.
Show resolved Hide resolved
value = aws_dms_replication_config.this
}

################################################################################
# Event Subscription
################################################################################
Expand Down