Skip to content

Commit

Permalink
templates/packer: rename executor log group
Browse files Browse the repository at this point in the history
In app-interface the output resource names need to be unique, and the
log group name is already shared with the role.
  • Loading branch information
croissanne committed Feb 16, 2024
1 parent 7533f58 commit 1abd887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type = "aws_cloudwatch_logs"
inputs = [ "journald" ]
region = "${REGION}"
endpoint = "${CLOUDWATCH_ENDPOINT}"
group_name = "osbuild-executor"
group_name = "osbuild-executor-log-group"
stream_name = "osbuild_executor_syslog_${HOSTNAME}"
encoding.codec = "json"
EOF
Expand Down

0 comments on commit 1abd887

Please sign in to comment.