Skip to content

Commit e5c81cd

Browse files
committed
Updated the error message
1 parent 3d312b2 commit e5c81cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ variable "metrics_filter" {
272272
)
273273
)
274274
])
275-
error_message = "Each item in 'metrics_filter' must have either 'include' or 'exclude' set (not both, not neither), and the value must not be null or empty."
275+
error_message = "Each metrics_filter item must specify exactly one of 'include' or 'exclude' with a non-empty value. Empty lists [] are allowed."
276276
}
277277
}
278278

0 commit comments

Comments
 (0)