Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jul 29, 2019
1 parent 3b66a89 commit 4d5e932
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 @@ -94,8 +94,8 @@ data "template_file" "user_data" {
template = file("${path.module}/template/user-data.tpl")

vars = {
logging = var.enable_cloudwatch_logging ? data.template_file.logging.rendered : ""
gitlab_runner = data.template_file.gitlab_runner.rendered
logging = var.enable_cloudwatch_logging ? data.template_file.logging.rendered : ""
gitlab_runner = data.template_file.gitlab_runner.rendered
user_data_trace_log = var.enable_runner_user_data_trace_log
}
}
Expand Down

0 comments on commit 4d5e932

Please sign in to comment.