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 ac1f46b commit 2ccf90fCopy full SHA for 2ccf90f
terraform/id_sync_lambda.tf
@@ -248,6 +248,10 @@ data "aws_iam_policy_document" "id_sync_policy_document" {
248
}),
249
templatefile("${local.policy_path}/dynamodb_stream.json", {
250
"dynamodb_table_name" : aws_dynamodb_table.events-dynamodb-table.name
251
+ }),
252
+ templatefile("${local.policy_path}/secret_manager.json", {
253
+ "account_id" : data.aws_caller_identity.current.account_id,
254
+ "pds_environment" : var.pds_environment
255
})
256
]
257
}
0 commit comments