Skip to content

Commit

Permalink
make new var optional
Browse files Browse the repository at this point in the history
  • Loading branch information
adamacosta committed Aug 4, 2023
1 parent 8d48f0d commit 15c8078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/agent-nodepool/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ variable "asg" {
min = number
max = number
desired = number
suspended_processes = list(string)
termination_policies = list(string)
suspended_processes = optional(list(string))
termination_policies = optional(list(string))
})

default = {
Expand Down

0 comments on commit 15c8078

Please sign in to comment.