fix: replace id with name

This commit is contained in:
Uladzislau Orlovskiy 2025-05-19 20:57:57 +02:00
parent 6ae3759db8
commit 131b35fde9

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].suffix}"] identifiers = [data.aws_service_principal.rds[0].name]
} }
} }
} }