Skip to content

Commit 93c8739

Browse files
committed
resolved comments
1 parent 57062d4 commit 93c8739

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ variable "logs_agent_log_source_namespaces" {
166166
}
167167

168168
variable "enable_annotations" {
169-
description = "Enable or disable annotations in pod logs."
169+
description = "Set to true to include pod annotations in log records. Default annotations such as pod IP address and container ID, along with any custom annotations on the pod, will be included. This can help filter logs based on pod annotations in Cloud Logs."
170170
type = bool
171171
default = false
172172
}

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,12 @@ variable "enable_multiline" {
241241
}
242242

243243
variable "enable_annotations" {
244-
description = "Enable or disable annotations in pod logs."
244+
description = "Set to true to include pod annotations in log records. Default annotations such as pod IP address and container ID, along with any custom annotations on the pod, will be included. This can help filter logs based on pod annotations in Cloud Logs."
245245
type = bool
246246
default = false
247247
}
248248

249+
249250
variable "log_filters" {
250251

251252
# variable type is any because filters schema is not fixed and there are many filters each having its unique fields.

0 commit comments

Comments
 (0)