Skip to content

Commit 48ce0e7

Browse files
authored
feat: Add user data of agent to outputs (#618)
1 parent 18f5325 commit 48ce0e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ output "runner_eip" {
5151
output "runner_launch_template_name" {
5252
description = "The name of the runner's launch template."
5353
value = aws_launch_template.gitlab_runner_instance.name
54+
}
55+
56+
output "runner_user_data" {
57+
description = "The user data of the Gitlab Runner Agent's launch template."
58+
value = local.template_user_data
5459
}

0 commit comments

Comments
 (0)