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 81717fa commit 4a6956fCopy full SHA for 4a6956f
modules/integrations/cloud-logs/main.tf
@@ -139,7 +139,7 @@ data "aws_iam_policy_document" "cloudlogs_s3_access" {
139
}
140
141
dynamic "statement" {
142
- for_each = var.kms_key_arn != null && !local.is_cross_account ? [1] : []
+ for_each = var.kms_key_arn != null ? [1] : []
143
content {
144
sid = "CloudlogsKMSDecrypt"
145
0 commit comments