hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.8k stars 9.15k forks source link

[New Resource]: `aws_dms_data_migration` #39684

Open jar-b opened 1 week ago

jar-b commented 1 week ago

Description

AWS Database Migration Service recently released new CRUD API's around data migrations. A corresponding resource would enable practitioners to manage data migration resources via Terraform.

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_dms_data_migration" "example" {
  data_migration_type          = ""
  migration_project_identifier = ""
  service_access_role_arn      = ""
  data_migration_name          = ""

  source_data_settings {
    # settings
  }
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 1 week ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue