Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejo committed Nov 24, 2021
1 parent d1ee533 commit 0c0ec7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ variable "max_entries" {
variable "entries" {
description = "entries"
type = map(any)
validation {
condition = length(var.entries) <= var.max_entries
error_message = "ERROR valid values: number of entries is superior of max_entries"
}
}

variable "tags" {
Expand Down

0 comments on commit 0c0ec7a

Please sign in to comment.