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 945a1f7 commit 43d61e3Copy full SHA for 43d61e3
infrastructure/lambda-im-alerting.tf
@@ -21,6 +21,7 @@ module "im-alerting-lambda" {
21
iam_role_policy_documents = [
22
aws_iam_policy.ssm_access_policy.policy,
23
aws_iam_policy.alerting_lambda_alarms.policy,
24
+ aws_iam_policy.alerting_lambda_dynamo_index.policy,
25
module.ndr-app-config.app_config_policy,
26
module.alarm_state_history_table.dynamodb_read_policy_document,
27
module.alarm_state_history_table.dynamodb_write_policy_document
@@ -76,4 +77,5 @@ resource "aws_iam_policy" "alerting_lambda_dynamo_index" {
76
77
Resource = "${module.alarm_state_history_table.dynamodb_table_arn}/index/*"
78
}]
79
})
-}
80
+}
81
+
0 commit comments