Skip to content

Commit

Permalink
Fix Reference to Undeclared Variable (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Miller <miller0daniel@gmail.com>
  • Loading branch information
sherifabdlnaby and milldr authored Oct 16, 2023
1 parent 102fe02 commit 1285ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ resource "aws_elasticsearch_domain" "default" {
value = var.auto_tune.duration
unit = "HOURS"
}
cron_expression_for_recurrence = var.auto_tune_cron_schedule
cron_expression_for_recurrence = var.auto_tune.cron_schedule
}
}
}
Expand Down Expand Up @@ -321,4 +321,4 @@ module "kibana_hostname" {
records = [join("", aws_elasticsearch_domain.default[*].endpoint)]

context = module.this.context
}
}

0 comments on commit 1285ccd

Please sign in to comment.