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
Szczepan Wiśniowski 722e01053b
fix: Check if any interface has global unicast address instead of all interfaces (#182)
* fix: Check if any interface has global unicast address instead of all interfaces

This allows us to have multiple interfaces and only one (instead of all) has to have assigned ip

* add multiple network devices to the example VM

Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2022-12-11 16:29:25 -05:00
..
common_types.go fix: linter issues (#158) 2022-10-24 19:40:57 -04:00
virtual_environment_acl_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_acl.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_authentication_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_authentication.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_certificate_types.go Add certificate resource 2020-01-01 07:29:21 +01:00
virtual_environment_certificate.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_client_types.go Add TOTP support 2020-04-08 00:42:00 +02:00
virtual_environment_client.go fix: linter issues (#158) 2022-10-24 19:40:57 -04:00
virtual_environment_cluster_alias_types.go fix: state diff issue 2021-02-13 07:18:29 +01:00
virtual_environment_cluster_alias.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_cluster_ipset_types.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_cluster_ipset.go fix: linter issues (#158) 2022-10-24 19:40:57 -04:00
virtual_environment_cluster_types.go Fix VM ID collision 2020-04-03 22:12:44 +02:00
virtual_environment_cluster.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_container_types.go fix: linter issues (#158) 2022-10-24 19:40:57 -04:00
virtual_environment_container.go fix: linter issues (#158) 2022-10-24 19:40:57 -04:00
virtual_environment_datastores_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_datastores.go fix: linter issues (#158) 2022-10-24 19:40:57 -04:00
virtual_environment_dns_types.go Add certificate resource 2020-01-01 07:29:21 +01:00
virtual_environment_dns.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_groups_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_groups.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_hosts_types.go Add hosts data source 2020-01-01 23:59:13 +01:00
virtual_environment_hosts.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_nodes_types.go added support to reboot vm after creation or clone 2021-01-02 14:20:52 +01:00
virtual_environment_nodes.go fix: linter issues (#158) 2022-10-24 19:40:57 -04:00
virtual_environment_pools_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_pools.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_roles_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_roles.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_users_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_users.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_version_types.go Continued work on VM support 2019-12-25 23:38:29 +01:00
virtual_environment_version.go Upgrade the provider codebase to use Terraform SDK v2 (#91) 2022-07-14 12:20:30 -04:00
virtual_environment_vm_types_test.go fix: Non-default VM disk format is not preserved in TF state (#134) 2022-10-14 18:27:30 -04:00
virtual_environment_vm_types.go feat: Add support for custom cloud-init vendor data file (#162) 2022-11-17 20:33:41 -05:00
virtual_environment_vm.go fix: Check if any interface has global unicast address instead of all interfaces (#182) 2022-12-11 16:29:25 -05:00