We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c934f9 commit e957b72Copy full SHA for e957b72
1 file changed
infrastructure/terraform/components/api/module_kms.tf
@@ -31,7 +31,7 @@ data "aws_iam_policy_document" "kms" {
31
type = "Service"
32
33
identifiers = [
34
- "sns.amazon.com",
+ "sns.amazonaws.com",
35
"logs.${var.region}.amazonaws.com",
36
]
37
}
0 commit comments