Skip to content

Commit

Permalink
Add default value for vm_net_mtu variable in Proxmox Ubuntu VM module
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kohn authored and khanh-ph committed Dec 31, 2024
1 parent 931aba2 commit b9347b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/proxmox_ubuntu_vm/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ variable "vm_net_name" {

variable "vm_net_mtu" {
type = string
description = "The MTU to use on the interface"
description = "The MTU to use on the interface"
default = null
}

variable "vm_net_subnet_cidr" {
Expand Down

0 comments on commit b9347b2

Please sign in to comment.