│ Warning: Argument is deprecated
│
│ with module.private-cloud.aws_iam_role.rds-monitoring-role,
│ on modules/private-cloud/rds.tf line 291, in resource "aws_iam_role" "rds-monitoring-role":
│ 291: managed_policy_arns = [data.aws_iam_policy.AmazonRDSEnhancedMonitoringRole.arn]
│
│ The managed_policy_arns argument is deprecated. Use the aws_iam_role_policy_attachment
│ resource instead. If Terraform shouldexclusively manage all managed policy attachments
│ (the current behavior of this argument), use the
│ aws_iam_role_policy_attachments_exclusive resource as well.
╵
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
v1.9.8
AWS Provider Version
v5.76.0
Affected Resource(s)
Expected Behavior
It should be
should exclusively
Actual Behavior
No space in the message:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
N/A
Steps to Reproduce
N/A
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None