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 a7b30ee commit 4c6db5bCopy full SHA for 4c6db5b
variables.tf
@@ -74,7 +74,7 @@ variable "github_repositories" {
74
// organization/repository format used by GitHub.
75
condition = length([
76
for repo in var.github_repositories : 1
77
- if length(regexall("^[A-Za-z0-9_.-]+?/([A-Za-z0-9_.:/-]+[*]?|\\*)$", repo)) > 0
+ if length(regexall("^[A-Za-z0-9_.-]+?/([A-Za-z0-9_.:/\\-\\*]+)$", repo)) > 0
78
]) == length(var.github_repositories)
79
error_message = "Repositories must be specified in the organization/repository format."
80
}
0 commit comments