0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/example
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
..
data_source_virtual_environment_datastores.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_dns.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_group.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_groups.tf map -> tomap TF API change 2021-09-09 20:41:59 -04:00
data_source_virtual_environment_hosts.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_nodes.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_pool.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_pools.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_role.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_roles.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_time.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_user.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_users.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
data_source_virtual_environment_vm.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
data_source_virtual_environment_vms.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
main.tf feat: SSH-Agent Support (#306) 2023-05-22 13:34:24 -04:00
resource_virtual_environment_certificate.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_cluster_firewall_security_group.tf fix(firewall): fw controls bugfixes (#287) 2023-04-04 00:42:35 +00:00
resource_virtual_environment_container.tf feat(lxc): add support for lxc mount points (#394) 2023-07-16 20:41:07 -04:00
resource_virtual_environment_dns.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_file.tf feat(vm): add support for meta-data in cloud-init (#378) 2023-06-24 00:06:05 -04:00
resource_virtual_environment_firewall_alias.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_firewall_ipset.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_firewall_options.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_firewall_rules.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
resource_virtual_environment_group.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_hosts.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_pool.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_role.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_time.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
resource_virtual_environment_user.tf fix(user): make password attribute optional (#474) 2023-08-10 15:07:49 +00:00
resource_virtual_environment_vm.tf feat(vm): add support for SMBIOS settings (#454) 2023-08-06 00:31:17 +00:00
ssh.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
variables.tf fix: example and makefile issues 2021-02-13 02:46:29 +01:00
versions.tf feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00