Skip to content

Commit

Permalink
fix: Agent-elk-itn-leonardo (#2709)
Browse files Browse the repository at this point in the history
fix-agent-elk-itn-leonardo
  • Loading branch information
pasqualespica authored Jan 9, 2025
1 parent f55fd0b commit bb637e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aks-leonardo/03_monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "elastic_agent" {

source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//elastic_agent?ref=v8.50.0"

es_host = var.env == "p" ? "https://weu${var.env}.kibana.internal.platform.pagopa.it:443/elastic" : "https://weu${var.env}.kibana.internal.${var.env}.platform.pagopa.it:443/elastic"
es_host = var.env_short == "p" ? "https://weu${var.env}.kibana.internal.platform.pagopa.it:443/elastic" : "https://weu${var.env}.kibana.internal.${var.env}.platform.pagopa.it:443/elastic"

eck_version = "2.9"

Expand Down

0 comments on commit bb637e4

Please sign in to comment.