Skip to content

Commit

Permalink
fix: ubuntu example runner_log_files variable
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen authored and npalm committed Jun 1, 2021
1 parent 2478daf commit 5b3fc5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/ubuntu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,20 @@ module "runners" {

runner_log_files = [
{
"log_group_name" : "messages",
"prefix_log_group" : true,
"file_path" : "/var/log/messages",
"log_stream_name" : "{instance_id}"
},
{
"log_group_name" : "user_data",
"prefix_log_group" : true,
"file_path" : "/var/log/user-data.log",
"log_stream_name" : "{instance_id}/user_data"
},
{
"log_group_name" : "runner",
"prefix_log_group" : true,
"file_path" : "/home/runners/actions-runner/_diag/Runner_**.log",
"log_stream_name" : "{instance_id}/runner"
}
Expand Down

0 comments on commit 5b3fc5b

Please sign in to comment.