Skip to content

Commit

Permalink
Update config-templates.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaJugon authored Nov 26, 2024
1 parent 72990c2 commit dca544e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-templates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data "template_file" "beekeeper_scheduler_apiary_config" {
db_username = var.db_username
queue = aws_sqs_queue.beekeeper.id
metastore_uri = var.metastore_uri
dry_run_enabled = var.path_cleanup_dry_run_enabled
graphite_config = var.graphite_enabled == "false" ? "" : data.template_file.beekeeper_graphite_config.rendered
}
}
Expand Down

0 comments on commit dca544e

Please sign in to comment.