Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jan 10, 2025
1 parent cc021ae commit 61b3e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elk-monitoring/05_kibana_log_pagopapaymentoptions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
name = "${local.paymentoptions_space_name}"
}), "\""), "\""), "'", "'\\''")

## payments_pull
## pagopapaymentoptions
pagopapaymentoptions_key = "pagopapaymentoptions"

pagopapaymentoptions_ingest_pipeline = replace(trimsuffix(trimprefix(file("${path.module}/pagopa/paymentoptions/ingest-pipeline.json"), "\""), "\""), "'", "'\\''")
Expand All @@ -20,7 +20,7 @@ locals {
lifecycle = local.pagopapaymentoptions_key
}), "\""), "\""), "'", "'\\''")
pagopapaymentoptions_index_template = replace(trimsuffix(trimprefix(templatefile("${path.module}/pagopa/paymentoptions/index-template.json", {
name = "paymentoptions-payments-pull"
name = "payment-options"
component_template_custom = "${local.pagopapaymentoptions_key}@custom"
}), "\""), "\""), "'", "'\\''")

Expand Down

0 comments on commit 61b3e75

Please sign in to comment.