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 100 forks source link

fix: solved warning depreciated property managed_policy_arns with aws… #76

Closed borgeslima closed 3 weeks ago

borgeslima commented 3 weeks ago

Description

fix: solved warning depreciated property managed_policy_arns with aws_iam_role_policy_attachments_exclusive

Motivation and Context

The property is managed_policy_arns deprecated, generating a warning in the console

Breaking Changes

How Has This Been Tested?