We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d62c81 commit 2abeca6Copy full SHA for 2abeca6
1 file changed
modules/mpc-backup-key/main.tf
@@ -48,6 +48,7 @@ resource "aws_kms_key" "this_backup" {
48
},
49
Action = [
50
"kms:GetPublicKey",
51
+ "kms:DescribeKey",
52
],
53
Resource = "*"
54
0 commit comments