diff --git a/outputs.tf b/outputs.tf index 644d5398e..e014a7dab 100644 --- a/outputs.tf +++ b/outputs.tf @@ -51,4 +51,9 @@ output "runner_eip" { output "runner_launch_template_name" { description = "The name of the runner's launch template." value = aws_launch_template.gitlab_runner_instance.name +} + +output "runner_user_data" { + description = "The user data of the Gitlab Runner Agent's launch template." + value = local.template_user_data } \ No newline at end of file