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" ]
|
inputs = [ "journald" ]
|
||||||
region = "${REGION}"
|
region = "${REGION}"
|
||||||
endpoint = "${CLOUDWATCH_ENDPOINT}"
|
endpoint = "${CLOUDWATCH_ENDPOINT}"
|
||||||
group_name = "osbuild-executor"
|
group_name = "osbuild-executor-log-group"
|
||||||
stream_name = "osbuild_executor_syslog_${HOSTNAME}"
|
stream_name = "osbuild_executor_syslog_${HOSTNAME}"
|
||||||
encoding.codec = "json"
|
encoding.codec = "json"
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue