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
64 stars 96 forks source link

[WIP] feat: Allow conditional creation of task, instance, endpoints #26

Closed Kostavro closed 1 year ago

Kostavro commented 2 years ago

Description

I am adding three create_xxx variables to cater for the conditional creation of aws_dms_replication_instance, aws_dms_endpoint and aws_dms_replication_task resources.

Motivation and Context

Fixes https://github.com/terraform-aws-modules/terraform-aws-dms/issues/25, in the way discussed.

Breaking Changes

No breaking changes. The new create_xxx variables are set with default value true.

How Has This Been Tested?

github-actions[bot] commented 1 year ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

github-actions[bot] commented 1 year ago

This PR was automatically closed because of stale in 10 days

github-actions[bot] commented 1 year ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.