Skip to content

Commit

Permalink
fix elastic agent module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Oct 18, 2024
1 parent f2d0160 commit 93b7faa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions src/aks-leonardo/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/aks-leonardo/03_monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "aks_prometheus_install" {

module "elastic_agent" {

source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//elastic_agent?ref=introducing-agent-module"
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"

Expand Down
Loading

0 comments on commit 93b7faa

Please sign in to comment.