bpg / terraform-provider-proxmox

Terraform Provider for Proxmox
https://registry.terraform.io/providers/bpg/proxmox
Mozilla Public License 2.0
789 stars 131 forks source link

proxmox_virtual_environment_network_linux_bridge additional config #1454

Open bitchecker opened 2 months ago

bitchecker commented 2 months ago

Is your feature request related to a problem? Please describe. When you use proxmox_virtual_environment_network_linux_bridge you're able to configure as a normal Linux bridge, but sometimes you need to configure a bridge for configure a NAT network for your virtual resources

Describe the solution you'd like When you use proxmox_virtual_environment_network_linux_bridge resource will be great to be able to pass also post-up and post-down configuration useful to configure masquerading

bpg commented 1 week ago

The PVE API does not support additional post- parameters, unfortunately. I don't think building some shell scripting that would allow injecting additional config (via SSH!) is a feasible solution, too many things could go wrong with that.