Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Aug 7, 2023
1 parent a893817 commit 17db714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/elk-monitoring/05_elastic_stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module "elastic_stack" {
namespace = local.elk_namespace
nodeset_config = var.nodeset_config

# dedicated_log_instance_name = ["nodo", "nodoreplica", "nodocron", "nodocronreplica", "pagopawebbo", "pagopawfespwfesp", "pagopafdr", "pagopafdrnodo"]
dedicated_log_instance_name = []

eck_license = file("${path.module}/env/eck_license/pagopa-spa-4a1285e5-9c2c-4f9f-948a-9600095edc2f-orchestration.json")
Expand Down
4 changes: 0 additions & 4 deletions src/elk-monitoring/99_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ variable "enable_iac_pipeline" {
default = false
}

variable "ingress_load_balancer_ip" {
type = string
}

variable "subscription_name" {
type = string
description = "Subscription name"
Expand Down

0 comments on commit 17db714

Please sign in to comment.