0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/proxmox
kaje783 b539aab228
fix(vm): Add parser for CustomEFIDisk (#208)
* feat: add support for "args" flag for VM

* switch from args to kvmarguments, update type

* cosmetics: `kvmarguments` -> `kvm_arguments`

also update doc to match description from the official PVE documentation.

* fix(vm): Add parser for CustomEFIDisk

* use parseDiskSize(&string) from utils.go for CustomEFIDisk

* readd the remove space by github space

* address linter errors, remove duplicated code, add unit test

Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-01-17 22:57:28 -05:00
..
common_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
utils_test.go fix(vm): Add parser for CustomEFIDisk (#208) 2023-01-17 22:57:28 -05:00
utils.go fix(vm): Add parser for CustomEFIDisk (#208) 2023-01-17 22:57:28 -05:00
virtual_environment_acl_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_acl.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_authentication_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_authentication.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_certificate_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_certificate.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_client_types.go Add TOTP support 2020-04-08 00:42:00 +02:00
virtual_environment_client.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_cluster_alias_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_cluster_alias.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_cluster_ipset_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_cluster_ipset.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_cluster_types.go Fix VM ID collision 2020-04-03 22:12:44 +02:00
virtual_environment_cluster.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_container_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_container.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_datastores_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_datastores.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_dns_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_dns.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_groups_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_groups.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_hosts_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_hosts.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_nodes_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_nodes.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_pools_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_pools.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_roles_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_roles.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_users_types.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_users.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_version_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_version.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_vm_types_test.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00
virtual_environment_vm_types.go fix(vm): Add parser for CustomEFIDisk (#208) 2023-01-17 22:57:28 -05:00
virtual_environment_vm.go chore: lint and reformat the code (#204) 2023-01-16 18:07:30 -05:00