Skip to content

Commit b5dcc03

Browse files
committed
edge_presign_alarm is in us_east_1
1 parent 17332c6 commit b5dcc03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/lambda-edge-presign.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ module "edge_presign_alarm" {
66
alarm_actions = [module.edge_presign_alarm_topic.arn]
77
ok_actions = [module.edge_presign_alarm_topic.arn]
88
depends_on = [module.edge-presign-lambda, module.edge_presign_alarm_topic]
9+
10+
providers = {
11+
aws = aws.us_east_1
12+
}
913
}
1014

1115
resource "aws_cloudwatch_log_metric_filter" "edge_presign_error" {

0 commit comments

Comments
 (0)