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 d573e65 commit 4e2c127Copy full SHA for 4e2c127
src/kms.tf
@@ -5,7 +5,7 @@ module "kms_key_rds" {
5
description = "KMS key for Aurora Postgres"
6
deletion_window_in_days = 10
7
enable_key_rotation = true
8
- policy = join("", data.aws_iam_policy_document.kms_key_rds.*.json)
+ policy = join("", data.aws_iam_policy_document.kms_key_rds[*].json)
9
10
context = module.cluster.context
11
}
0 commit comments