Skip to content

Commit

Permalink
fix: fixed url variable validation test (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Jan 5, 2025
1 parent 5d6d5ba commit ded62f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ variable "url" {
description = "URL of identity provider"
default = "gitlab.com"
sensitive = false

validation {
condition = can(regex("^https?://", var.url))
error_message = "URL must be a valid HTTP or HTTPS URL."
}
}

variable "region" {
Expand Down

0 comments on commit ded62f7

Please sign in to comment.