0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00
terraform-provider-proxmox/proxmox/access
Moustafa Baiou 244e061779
fix(user): make password attribute optional (#474)
* fix(user): make password attribute optional

The password is already optional in the terraform schema, but still serialized and sent as an empty string via the client. This addresses the request body serialization.

Addresses #462

* add example template

---------

Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-08-10 15:07:49 +00:00
..
acl_types.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
acl.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
client.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
groups_types.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
groups.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
roles_types.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
roles.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
users_types.go fix(user): make password attribute optional (#474) 2023-08-10 15:07:49 +00:00
users.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00