Commit f1cff30 1 parent d68079f commit f1cff30 Copy full SHA for f1cff30
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ resource "aws_cloudwatch_event_rule" "lambda_arcgis" {
87
87
schedule_expression = " cron(45 4 * * ? *)"
88
88
tags = local. default_tags
89
89
}
90
-
91
- resource "aws_cloudwatch_event_target" "lambda_arcgis" {
92
- target_id = " ${ var . prefix } _load_arcgis"
93
- rule = aws_cloudwatch_event_rule. lambda_arcgis . name
94
- arn = aws_lambda_function. arcgis_loader . arn
95
- input = " {\" close_to_lon\" : 23.7634608, \" close_to_lat\" : 61.4976505, \" radius\" : 60}"
96
- }
90
+ # Disabled as long as arcgis data is not available
91
+ # resource "aws_cloudwatch_event_target" "lambda_arcgis" {
92
+ # target_id = "${var.prefix}_load_arcgis"
93
+ # rule = aws_cloudwatch_event_rule.lambda_arcgis.name
94
+ # arn = aws_lambda_function.arcgis_loader.arn
95
+ # input = "{\"close_to_lon\": 23.7634608, \"close_to_lat\": 61.4976505, \"radius\": 60}"
96
+ # }
You can’t perform that action at this time.
0 commit comments