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 8b0a19b commit 6fcdda3Copy full SHA for 6fcdda3
main.tf
@@ -146,7 +146,7 @@ data "aws_iam_policy_document" "kms_key_policy" {
146
dynamic "statement" {
147
for_each = var.encrypt_with_kms && var.enable_deploy_role ? [1] : []
148
content {
149
- sid = "Allow deploy user to use the CMK"
+ sid = "Allow deploy role to use the CMK"
150
actions = [
151
"kms:GenerateDataKey*",
152
"kms:Encrypt",
0 commit comments