We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f93c8 commit 67f2d9eCopy full SHA for 67f2d9e
src/kms.tf
@@ -39,7 +39,7 @@ data "aws_iam_policy_document" "kms_key_rds" {
39
type = "AWS"
40
41
identifiers = [
42
- format("arn:${join("", data.aws_partition.current.*.partition)}:iam::%s:root", join("", data.aws_caller_identity.current.*.account_id))
+ format("arn:%s:iam::%s:root", join("", data.aws_partition.current[*].partition), join("", data.aws_caller_identity.current[*].account_id))
43
]
44
}
45
0 commit comments