Skip to content

Commit

Permalink
Update mws_customer_managed_keys.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amine250 committed May 12, 2022
1 parent 3501b16 commit 686fac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/mws_customer_managed_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data "aws_iam_policy_document" "databricks_storage_cmk" {
effect = "Allow"
principals {
type = "AWS"
identifiers = ["*"]
identifiers = [data.aws_caller_identity.current.account_id]
}
actions = ["kms:*"]
resources = ["*"]
Expand Down

0 comments on commit 686fac5

Please sign in to comment.