terraform-aws-modules / terraform-aws-dms

Terraform module to create AWS DMS (Database Migration Service) resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/dms/aws
Apache License 2.0
62 stars 94 forks source link

Start Replication Task #4

Closed ddvdozuki closed 2 years ago

ddvdozuki commented 2 years ago

This module works well but it leaves the replication task in a "ready" state, not started. Is there any way to start It afterwards?

Describe alternatives you've considered An alternative I have to use now is a null_resource local-exec provisioner that uses the API to start and stop the task.

bryantbiggs commented 2 years ago

I hope to avoid the use of the null resource here so lets track upstream native support https://github.com/hashicorp/terraform-provider-aws/issues/2083

bryantbiggs commented 2 years ago

should be out later today with v4.6.0 of the provider https://github.com/hashicorp/terraform-provider-aws/pull/23692 (provided they release today per usual)

ddvdozuki commented 2 years ago

I saw that, excellent news πŸ‘

bryantbiggs commented 2 years ago

:tada: This issue has been resolved in version 1.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.