0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 13:33:58 +00:00
terraform-provider-proxmox/proxmoxtf/resource/validator
Emmanuel Benoît 0233053dd8
fix(vm): explicitly allow "" as a value for CloudInit interfaces (#546)
The CloudInit interface can be left empty in order to allow
autodetection of the drive being used. However, it would seem that this
value was causing problems (see #539).

This commit adds an additional validator for CloudInit interfaces which
allows the `""` value.
2023-09-04 16:11:14 -04:00
..
file.go chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
firewall.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
network.go chore: cleanup resource validators & utility code (#438) 2023-07-20 19:58:19 -04:00
vm_test.go chore: cleanup resource validators & utility code (#438) 2023-07-20 19:58:19 -04:00
vm.go fix(vm): explicitly allow "" as a value for CloudInit interfaces (#546) 2023-09-04 16:11:14 -04:00