We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4269d4c commit f656f2cCopy full SHA for f656f2c
variables.tf
@@ -46,7 +46,7 @@ variable "project_paths" {
46
for path in var.project_paths : 1
47
if length(regexall("project_path:[A-Za-z0-9_.-]+?/([A-Za-z0-9_.:/-]+|\\*)$", path)) > 0
48
]) == length(var.project_paths)
49
- error_message = "Projects must be specified in the namespace/project format."
+ error_message = "Projects must be specified in the \"project_path:namespace/project\" format."
50
}
51
52
0 commit comments