Skip to content
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ data "aws_iam_policy_document" "assume_role" {

principals {
type = "Service"
identifiers = ["rds.${data.aws_partition.current.dns_suffix}"]
identifiers = ["rds.amazonaws.com"]
}
}
}
Expand Down