fix: replace id with suffix.

This commit is contained in:
Uladzislau Orlovskiy 2025-05-15 20:17:05 +02:00
parent 3b0ef6983d
commit 6ae3759db8

View file

@ -115,7 +115,7 @@ data "aws_iam_policy_document" "assume_role" {
principals { principals {
type = "Service" type = "Service"
identifiers = ["rds.${data.aws_service_principal.rds[0].dns_suffix}"] identifiers = ["rds.${data.aws_service_principal.rds[0].suffix}"]
} }
} }
} }