Skip to content

Commit f656f2c

Browse files
committed
update error message to be more explicit
1 parent 4269d4c commit f656f2c

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
@@ -46,7 +46,7 @@ variable "project_paths" {
4646
for path in var.project_paths : 1
4747
if length(regexall("project_path:[A-Za-z0-9_.-]+?/([A-Za-z0-9_.:/-]+|\\*)$", path)) > 0
4848
]) == length(var.project_paths)
49-
error_message = "Projects must be specified in the namespace/project format."
49+
error_message = "Projects must be specified in the \"project_path:namespace/project\" format."
5050
}
5151
}
5252

0 commit comments

Comments
 (0)