Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 5b3fc5b

Browse files
marcofranssennpalm
authored andcommitted
fix: ubuntu example runner_log_files variable
1 parent 2478daf commit 5b3fc5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: examples/ubuntu/main.tf

+10
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,20 @@ module "runners" {
5151

5252
runner_log_files = [
5353
{
54+
"log_group_name" : "messages",
55+
"prefix_log_group" : true,
56+
"file_path" : "/var/log/messages",
57+
"log_stream_name" : "{instance_id}"
58+
},
59+
{
60+
"log_group_name" : "user_data",
61+
"prefix_log_group" : true,
5462
"file_path" : "/var/log/user-data.log",
5563
"log_stream_name" : "{instance_id}/user_data"
5664
},
5765
{
66+
"log_group_name" : "runner",
67+
"prefix_log_group" : true,
5868
"file_path" : "/home/runners/actions-runner/_diag/Runner_**.log",
5969
"log_stream_name" : "{instance_id}/runner"
6070
}

0 commit comments

Comments
 (0)