0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00
terraform-provider-proxmox/proxmoxtf
kaje783 8bd3fd7b1d
feat(vm): add support for "args" flag for VM (#205)
* 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.

Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-01-14 21:42:10 -05:00
..
data_source_virtual_environment_cluster_alias_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_cluster_alias.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_cluster_aliases_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_cluster_aliases.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_datastores_test.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_datastores.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_dns_test.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_dns.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_group_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_group.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_groups_test.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_groups.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_hosts_test.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_hosts.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_nodes_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_nodes.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_pool_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_pool.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_pools_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_pools.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_role_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_role.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_roles_test.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_roles.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_time_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_time.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_user_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_user.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_users_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_users.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
data_source_virtual_environment_version_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
data_source_virtual_environment_version.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
provider_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
provider.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_certificate_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_certificate.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_cluster_alias_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_cluster_alias.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_cluster_ipset_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_cluster_ipset.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_container_test.go feat: add support for network_device MTU (#176) 2022-12-12 23:07:02 -05:00
resource_virtual_environment_container.go feat: add support for network_device MTU (#176) 2022-12-12 23:07:02 -05:00
resource_virtual_environment_dns_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_dns.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_file_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_file.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_group_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_group.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_hosts_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_hosts.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_pool_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_pool.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_role_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_role.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_time_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_time.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_user_test.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
resource_virtual_environment_user.go fix(vm): Make so that on_boot can be changed with update (#199) 2023-01-02 15:40:52 -05:00
resource_virtual_environment_vm_test.go feat(vm): add support for "args" flag for VM (#205) 2023-01-14 21:42:10 -05:00
resource_virtual_environment_vm.go feat(vm): add support for "args" flag for VM (#205) 2023-01-14 21:42:10 -05:00
utils.go feat: Add hostpci support (#194) 2022-12-28 22:14:48 -05:00