fix permadiff in cloud nat module (#2301)
This commit is contained in:
committed by
GitHub
parent
ef5178c929
commit
980011806c
@@ -26,7 +26,7 @@ variable "config_port_allocation" {
|
||||
enable_endpoint_independent_mapping = optional(bool, true)
|
||||
enable_dynamic_port_allocation = optional(bool, false)
|
||||
min_ports_per_vm = optional(number)
|
||||
max_ports_per_vm = optional(number)
|
||||
max_ports_per_vm = optional(number, 65536)
|
||||
})
|
||||
default = {}
|
||||
nullable = false
|
||||
|
||||
Reference in New Issue
Block a user