templates/packer: rename executor log group
In app-interface the output resource names need to be unique, and the log group name is already shared with the role.
This commit is contained in:
parent
7533f58fb2
commit
1abd887c23
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue