Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent 5bce86b commit d3383fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ variable "github_repositories" {
error_message = "At least one repository must be specified."
}
validation {
condition = alltrue([
for repo in var.github_repositories :
can(regex("ministryofjustice", repo))
])
condition = alltrue([
for repo in var.github_repositories :
can(regex("ministryofjustice", repo))
])
error_message = "Repository must belong to the \"ministryofjustice\" GitHub organisation"
}
}
Expand Down

0 comments on commit d3383fa

Please sign in to comment.