Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Dec 11, 2024
1 parent 44ee8e9 commit 86761f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions infrastructure/pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ module "pipeline" {
network_config = local.network_config
lambda_alarm_topic_arn = local.catalogue_lambda_alarn_topic_arn
deployment_template_id = "aws-io-optimized-v3"
unpublish_event_rule = module.webhook.unpublish_event_rule
unpublish_event_rule = module.webhook.unpublish_event_rule
}

module "pipeline_2024-12-10" {
source = "./pipeline_stack"

pipeline_date = "2024-12-10"
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
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
}
6 changes: 3 additions & 3 deletions infrastructure/pipeline_stack/elastic_users.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
locals {
indices = {
articles = "articles"
events = "events"
venues = "venues"
articles = "articles"
events = "events"
venues = "venues"
addressables = "addressables"

}
Expand Down

0 comments on commit 86761f2

Please sign in to comment.