Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed May 24, 2024
1 parent ec1b88b commit 956c99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/terraform-aci-maintenance-group/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variable "target_version" {
default = ""

validation {
condition = can(regex("n\\d+-\\d+\\.\\d+\\(\\w+\\)", var.name))
condition = can(regex("n\\d+-\\d+\\.\\d+\\(\\w+\\)", var.target_version))
error_message = "Invalid version number."
}
}
Expand Down

0 comments on commit 956c99f

Please sign in to comment.