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

chore: Update Role Names #60

Closed hilenko closed 7 months ago

hilenko commented 7 months ago

Description

We have a team with a few team members, and when we use this module at the same time, we get the error: Role with name dms-cloudwatch-logs-role already exists. and Role with name dms-vpc-role already exists.

Motivation and Context

These changes provide the opportunity to rename role names.

Breaking Changes

NO

How Has This Been Tested?

bryantbiggs commented 7 months ago

Please read the docs https://docs.aws.amazon.com/dms/latest/userguide/security-iam.html#CHAP_Security.APIRole

hilenko commented 7 months ago

Oh I understood my mistake. Thank you.

github-actions[bot] commented 6 months 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.