Skip to content

Commit c93848c

Browse files
fix: Correct service principal to rds.amazonaws.com since ints universal across partitions.
1 parent 99df7e3 commit c93848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ data "aws_iam_policy_document" "assume_role" {
111111

112112
principals {
113113
type = "Service"
114-
identifiers = ["rds.${data.aws_partition.current.dns_suffix}"]
114+
identifiers = ["rds.amazonaws.com"]
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)