Skip to content

Commit

Permalink
Update to emptry reprocessed CRID
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Feb 4, 2025
1 parent 4ea43a7 commit 27298a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/hydrocron-eventbridge.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_scheduler_schedule" "aws_schedule_reach" {
input = jsonencode({
"collection_shortname" : "SWOT_L2_HR_RiverSP_reach_D",
"collection_start_date" : "2024-11-01T00:00:00",
"reprocessed_crid" : "PID0"
"reprocessed_crid" : ""
})
}
}
Expand All @@ -32,7 +32,7 @@ resource "aws_scheduler_schedule" "aws_schedule_node" {
input = jsonencode({
"collection_shortname" : "SWOT_L2_HR_RiverSP_node_D",
"collection_start_date" : "2024-11-01T00:00:00",
"reprocessed_crid" : "PID0"
"reprocessed_crid" : ""
})
}
}
Expand All @@ -52,7 +52,7 @@ resource "aws_scheduler_schedule" "aws_schedule_prior_lake" {
input = jsonencode({
"collection_shortname" : "SWOT_L2_HR_LakeSP_prior_D",
"collection_start_date" : "2024-11-01T00:00:00",
"reprocessed_crid" : "PID0"
"reprocessed_crid" : ""
})
}
}

0 comments on commit 27298a0

Please sign in to comment.