Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 18, 2024
1 parent bc5dc17 commit 687336a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tags/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ variable "finops" {
name = string
role = optional(string)
})
default = {}
default = {
number = null
name = null
}

validation {
condition = length(var.finops)>0 && var.finops.number > 0 && var.finops.number < 10000000000
Expand Down

0 comments on commit 687336a

Please sign in to comment.