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:
Sanne Raymaekers 2024-02-15 19:27:57 +01:00
parent 7533f58fb2
commit 1abd887c23

View file

@ -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