We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f5325 commit 48ce0e7Copy full SHA for 48ce0e7
outputs.tf
@@ -51,4 +51,9 @@ output "runner_eip" {
51
output "runner_launch_template_name" {
52
description = "The name of the runner's launch template."
53
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
59
}
0 commit comments