Skip to content

Commit

Permalink
fix: remove the deprecated runner_user_data output variable
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This removes the deprecated runner_user_data output
variable. Use var.debug.write_runner_user_data_to_file instead.
  • Loading branch information
ryancausey committed Nov 13, 2023
1 parent 7ebfc0a commit 157f354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ output "runner_launch_template_name" {
value = aws_launch_template.gitlab_runner_instance.name
}

output "runner_user_data" {
description = "(Deprecated) The user data of the Gitlab Runner Agent's launch template. Set `var.debug.output_runner_user_data_to_file` to true to write `user_data.sh`."
value = nonsensitive(local.template_user_data)
}

output "runner_config_toml_rendered" {
description = "The rendered config.toml given to the Runner Manager."
value = local.template_runner_config
Expand Down

0 comments on commit 157f354

Please sign in to comment.