fix permadiff in cloud nat module (#2301)

This commit is contained in:
Ludovico Magnocavallo
2024-05-23 08:38:03 +02:00
committed by GitHub
parent ef5178c929
commit 980011806c
4 changed files with 2 additions and 5 deletions

View File

@@ -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