Skip to content

Commit 6ae3759

Browse files
fix: replace id with suffix.
1 parent 3b0ef69 commit 6ae3759

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
@@ -115,7 +115,7 @@ data "aws_iam_policy_document" "assume_role" {
115115

116116
principals {
117117
type = "Service"
118-
identifiers = ["rds.${data.aws_service_principal.rds[0].dns_suffix}"]
118+
identifiers = ["rds.${data.aws_service_principal.rds[0].suffix}"]
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)