Skip to content

Commit 7392a96

Browse files
npalmgertjanmaas
andcommitted
Update modules/runners/variables.tf
Co-authored-by: Gertjan Maas <[email protected]>
1 parent b89a265 commit 7392a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ variable "cloudwatch_config" {
258258
}
259259

260260
variable "runner_log_files" {
261-
description = "(optional) List of logfiles to send to cloudwatch, will onlybe usded if `enable_cloudwatch_agent` is set to true. Object description: `log_group_name`: Name of the log group, `prefix_log_group`: module will prefix the log group with `/github-self-hosted-runners/<var.environment>`, `file_path`: path to the log file, `log_stream_name`: name of the log stream."
261+
description = "(optional) List of logfiles to send to cloudwatch, will only be used if `enable_cloudwatch_agent` is set to true. Object description: `log_group_name`: Name of the log group, `prefix_log_group`: If true, the log group name will be prefixed with `/github-self-hosted-runners/<var.environment>`, `file_path`: path to the log file, `log_stream_name`: name of the log stream."
262262
type = list(object({
263263
log_group_name = string
264264
prefix_log_group = bool

0 commit comments

Comments
 (0)