0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00
terraform-provider-proxmox/proxmoxtf/resource
Pavel Boldyrev 343e8045c1
feat(vm): add network device resources (#376)
* wip

* experimenting with terraform plugin framework

* cleaning up poc and adding tests

* adding read / update / delete

* update bridge_vlan_aware and MTU

* add ipv6 and simplify IP support

* fix provider's schema

* add docs

* run linter from cmdline

* disable TF acceptance tests

* add VLAN

* update docs

* add examole

* cleanup
2023-06-23 22:47:25 +00:00
..
cluster/firewall feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
firewall feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
validator feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
certificate_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
certificate.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
container_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
container.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
dns_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
dns.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
file_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
file.go feat(v): Add ability to override node IP used for SSH connection (#355) 2023-05-31 21:15:48 -04:00
group_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
group.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
hosts_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
hosts.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
pool_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
pool.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
role_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
role.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
time_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
time.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
user_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
user.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
utils_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
utils.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
vm_test.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
vm.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00