Skip to content

Commit

Permalink
Create new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rcantin-w committed Feb 6, 2025
1 parent 565f21e commit 635a89d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions infrastructure/pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ module "pipeline_2025-01-20" {

unpublish_event_rule = module.webhook.unpublish_event_rule
}

module "pipeline_2025-02-06" {
source = "./pipeline_stack"

pipeline_date = "2025-02-06"
window_duration_minutes = 15
deployment_template_id = "aws-storage-optimized"
logging_cluster_id = local.logging_cluster_id
network_config = local.network_config
lambda_alarm_topic_arn = local.catalogue_lambda_alarn_topic_arn

unpublish_event_rule = module.webhook.unpublish_event_rule
}

0 comments on commit 635a89d

Please sign in to comment.