Skip to content

Commit bc3f98f

Browse files
committed
update the gov notify using the latest main branch to avoid conflict
1 parent 594fb58 commit bc3f98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/48-lambda-gov-notify-ingestion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ resource "aws_cloudwatch_event_rule" "govnotify_housing_repairs_trigger_event" {
190190
name = "${local.short_identifier_prefix}govnotify_housing_repairs_trigger_event"
191191
description = "Trigger event for GovNotify Housing API ingestion"
192192
schedule_expression = "cron(0 0 * * ? *)"
193-
state = local.is_production_environment ? "ENABLED" : "DISABLED"
193+
state = "DISABLED"
194194
tags = module.tags.values
195195
}
196196

0 commit comments

Comments
 (0)