make mtu default explicit in variable description

This commit is contained in:
Ludovico Magnocavallo
2022-10-14 11:13:48 +02:00
parent 4fa1dc431d
commit 41c416b55e
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ variable "dns_policy" {
}
variable "mtu" {
description = "Maximum Transmission Unit in bytes. The minimum value for this field is 1460 and the maximum value is 1500 bytes."
description = "Maximum Transmission Unit in bytes. The minimum value for this field is 1460 (the default) and the maximum value is 1500 bytes."
type = number
default = null
}