Skip to content

Commit

Permalink
Add missing principal
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed May 10, 2024
1 parent c968800 commit 6787651
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/environment/elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ data "aws_iam_policy_document" "elasticache_kms_key" {
variable = "aws:SourceAccount"
values = [data.aws_caller_identity.current.account_id]
}

principals {
type = "AWS"
identifiers = ["*"]
}
}
}

Expand Down

0 comments on commit 6787651

Please sign in to comment.