0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-12 00:35:03 +00:00
terraform-provider-proxmox/proxmoxtf
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
..
datasource feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
provider fix(provider): panic crash in provider, interface conversion error (#545) 2023-09-04 19:02:23 +00:00
resource fix(vm): explicitly allow "" as a value for CloudInit interfaces (#546) 2023-09-04 16:11:14 -04:00
structure chore: cleanup resource validators & utility code (#438) 2023-07-20 19:58:19 -04:00
test chore: cleanup resource validators & utility code (#438) 2023-07-20 19:58:19 -04:00
config.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00