Support Attaching and Detaching IAM Roles to RDS Clusters #13641
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
new-resource
Introduces a new resource.
service/rds
Issues and PRs that pertain to the rds service.
Community Note
Description
Since #8038 Terraform supports attaching IAM roles to RDS instances. However, for an S3 integration with Aurora clusters, the roles should be attached to the cluster and rather than an individual instance.
New or Affected Resource(s)
Potential Terraform Configuration
Note: AFAIK, the attached role (
${aws_iam_role.example.arn}
) should also be added to theiam_roles
list for theaws_rds_cluster
.References
The text was updated successfully, but these errors were encountered: