Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Dec 2, 2024
1 parent 1efb25a commit 3240c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tf/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "aws_kms_key_policy" "ecr_key_policy" {
Principal = {
AWS = "${local.development_env_role_arn}"
}
Action = ["kms:Decrypt"]
Action = ["kms:Decrypt"]
Resource = "*"
}
]
Expand Down

0 comments on commit 3240c3a

Please sign in to comment.