Skip to content

Commit ccf5ae1

Browse files
committed
no \ needed?
1 parent f656f2c commit ccf5ae1

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 \"project_path: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)