mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
impl(proxmoxtf): Intel E1000E support (#1191)
Signed-off-by: DevMiner <devminer@devminer.xyz>
This commit is contained in:
parent
a1058f4633
commit
f0a7afa57d
@ -439,6 +439,7 @@ output "ubuntu_vm_public_key" {
|
||||
- `mac_address` - (Optional) The MAC address.
|
||||
- `model` - (Optional) The network device model (defaults to `virtio`).
|
||||
- `e1000` - Intel E1000.
|
||||
- `e1000e` - Intel E1000E.
|
||||
- `rtl8139` - Realtek RTL8139.
|
||||
- `virtio` - VirtIO (paravirtualized).
|
||||
- `vmxnet3` - VMware vmxnet3.
|
||||
|
@ -118,6 +118,7 @@ func Schema() map[string]*schema.Schema {
|
||||
Default: dvNetworkDeviceModel,
|
||||
ValidateDiagFunc: validation.ToDiagFunc(validation.StringInSlice([]string{
|
||||
"e1000",
|
||||
"e1000e",
|
||||
"rtl8139",
|
||||
"virtio",
|
||||
"vmxnet3",
|
||||
|
Loading…
Reference in New Issue
Block a user