Skip to content

Commit

Permalink
chore: replaced [] with null
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Oct 26, 2023
1 parent a27523c commit 14665ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ variable "ignore_difference" {
namespace = optional(string)
}))
description = "A list of object kinds to ignore during the diff process. This is useful if you want to ignore certain differences between the application set and the cluster. e.g. if you want to ignore differences in the namespace labels."
default = []
default = null
}

0 comments on commit 14665ff

Please sign in to comment.