Skip to content

Commit 4e2c127

Browse files
authored
fix: update lgeacy splat operator (#23)
1 parent d573e65 commit 4e2c127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module "kms_key_rds" {
55
description = "KMS key for Aurora Postgres"
66
deletion_window_in_days = 10
77
enable_key_rotation = true
8-
policy = join("", data.aws_iam_policy_document.kms_key_rds.*.json)
8+
policy = join("", data.aws_iam_policy_document.kms_key_rds[*].json)
99

1010
context = module.cluster.context
1111
}

0 commit comments

Comments
 (0)