Skip to content

Commit

Permalink
removed ip validation
Browse files Browse the repository at this point in the history
  • Loading branch information
3pings committed Oct 26, 2022
1 parent 6a6bb1f commit f93a272
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 @@ -44,10 +44,10 @@ variable "cluster_vip" {
type = string
default = "10.0.0.0/16"

validation {
condition = can(cidrhost(var.cluster_vip, 32))
error_message = "Must be valid IPv4 CIDR."
}
# validation {
# condition = can(cidrhost(var.cluster_vip, 32))
# error_message = "Must be valid IPv4 CIDR."
# }
}
variable "ssh_keys" {
type = string
Expand Down

0 comments on commit f93a272

Please sign in to comment.