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 051a069 commit e21b223Copy full SHA for e21b223
terraform/id_sync_lambda.tf
@@ -260,6 +260,9 @@ data "aws_iam_policy_document" "id_sync_policy_document" {
260
templatefile("${local.policy_path}/secret_manager.json", {
261
"account_id" : data.aws_caller_identity.current.account_id,
262
"pds_environment" : var.pds_environment
263
+ }),
264
+ templatefile("${local.policy_path}/dynamo_key_access.json", {
265
+ "dynamo_encryption_key" : data.aws_kms_key.existing_dynamo_encryption_key.arn
266
})
267
]
268
}
0 commit comments