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 17332c6 commit b5dcc03Copy full SHA for b5dcc03
infrastructure/lambda-edge-presign.tf
@@ -6,6 +6,10 @@ module "edge_presign_alarm" {
6
alarm_actions = [module.edge_presign_alarm_topic.arn]
7
ok_actions = [module.edge_presign_alarm_topic.arn]
8
depends_on = [module.edge-presign-lambda, module.edge_presign_alarm_topic]
9
+
10
+ providers = {
11
+ aws = aws.us_east_1
12
+ }
13
}
14
15
resource "aws_cloudwatch_log_metric_filter" "edge_presign_error" {
0 commit comments